Skip to content

Commit 6e07813

Browse files
committed
Temporarily fix port issue
1 parent bfecd68 commit 6e07813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/opentripplanner/updater/trip/gtfs/updater/mqtt/MqttGtfsRealtimeUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private Mqtt5AsyncClient connectAndSubscribeToClient() throws URISyntaxException
103103
Mqtt5AsyncClient asyncClient = Mqtt5Client.builder()
104104
.identifier("OpenTripPlanner-" + UUID.randomUUID())
105105
.serverHost(parsedUrl.getHost())
106-
.serverPort(parsedUrl.getPort())
106+
// .serverPort(parsedUrl.getPort())
107107
.simpleAuth(auth)
108108
.automaticReconnectWithDefaultConfig()
109109
.addConnectedListener(ctx -> onConnect())

0 commit comments

Comments
 (0)