Welcome to krossbow Discussions! #90
Replies: 1 comment 1 reply
-
Hello @joffrey-bion, for e.g. val session = client.connect("wss://exampleurl.com/some-service/some-endpoint") val job = GlobalScope.launch { I have connected to second url similarly.When app is launched, it crashed after few seconds with following error : Error - org.hildan.krossbow.stomp.WebSocketClosedUnexpectedly: the WebSocket was closed while subscriptions were still active. Code: 1006 Reason: Connection was closed without close frame I'm wondering if there are any life cycle methods available for managing Stomp connections. It's proven challenging to ascertain whether a connection has been established or not. The same issue arises when dealing with topic subscriptions and unsubscriptions. If there are no existing provisions for life cycle methods, do you have plans to release them in the near future? I would greatly appreciate your feedback on this matter. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions