added info log

This commit is contained in:
Maxksim Fomenkov
2022-09-02 17:20:49 +03:00
parent 3ad0c73d6a
commit ff684f6a72

View File

@@ -171,6 +171,7 @@ open class WsConnection(
private fun connectInternal() {
log.info("Connecting to WebSocket: $uri")
log.info("Available processors: ${Runtime.getRuntime().availableProcessors()}")
connection?.dispose()
connection = HttpClient.create()
.resolver(DefaultAddressResolverGroup.INSTANCE)