We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53667c0 commit 36b16cbCopy full SHA for 36b16cb
src/main/kotlin/spp/cli/commands/developer/instrument/SubscribeInstrument.kt
@@ -84,7 +84,7 @@ class SubscribeInstrument : CliktCommand(
84
vertx.createNetClient(options)
85
}
86
val socket = client.connect(
87
- 5455,
+ 12800,
88
PlatformCLI.platformHost.substringAfter("https://").substringAfter("http://")
89
.substringBefore(":")
90
).await()
src/main/kotlin/spp/cli/commands/developer/view/SubscribeView.kt
@@ -87,7 +87,7 @@ class SubscribeView : CliktCommand(
91
92
93
0 commit comments