Skip to content

Commit 36b16cb

Browse files
committed
update marker/probe bridge ports
1 parent 53667c0 commit 36b16cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/spp/cli/commands/developer/instrument/SubscribeInstrument.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class SubscribeInstrument : CliktCommand(
8484
vertx.createNetClient(options)
8585
}
8686
val socket = client.connect(
87-
5455,
87+
12800,
8888
PlatformCLI.platformHost.substringAfter("https://").substringAfter("http://")
8989
.substringBefore(":")
9090
).await()

src/main/kotlin/spp/cli/commands/developer/view/SubscribeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class SubscribeView : CliktCommand(
8787
vertx.createNetClient(options)
8888
}
8989
val socket = client.connect(
90-
5455,
90+
12800,
9191
PlatformCLI.platformHost.substringAfter("https://").substringAfter("http://")
9292
.substringBefore(":")
9393
).await()

0 commit comments

Comments
 (0)