Skip to content

Commit

Permalink
Extra println
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Sep 25, 2024
1 parent 1c34e7c commit 109f282
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class GenericWsHead(
}

private fun registerHeadResubscribeFlux(): Disposable {
println("here")
val connectionStates = wsSubscriptions.connectionInfoFlux()
.map {
if (it.connectionId == connectionId.get() && it.connectionState == WsConnection.ConnectionState.DISCONNECTED) {
Expand Down

0 comments on commit 109f282

Please sign in to comment.