We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When no consumer is listening to the incomingFrames channel, the close() suspends forever.
incomingFrames
close()
Reproduction and additional details
val session = SpringDefaultWebSocketClient.connect(url) session.close()
Context
Kotlin version: 1.4.0 Krossbow version: 0.42.0 Kotlin target: JVM
krossbow-stomp-core
krossbow-stomp-jackson
krossbow-stomp-kxserialization
krossbow-websocket-core
krossbow-websocket-sockjs
krossbow-websocket-spring
krossbow-websocket-okhttp
The text was updated successfully, but these errors were encountered:
Fix spring websocket adapter's deadlock
fc61d17
Related: #72
f7cf5e5
30d54af
Resolves: #72
No branches or pull requests
Describe the bug
When no consumer is listening to the
incomingFrames
channel, theclose()
suspends forever.Reproduction and additional details
Context
Kotlin version: 1.4.0
Krossbow version: 0.42.0
Kotlin target: JVM
krossbow-stomp-core
krossbow-stomp-jackson
krossbow-stomp-kxserialization
krossbow-websocket-core
krossbow-websocket-sockjs
krossbow-websocket-spring
krossbow-websocket-okhttp
The text was updated successfully, but these errors were encountered: