Closed dberardo-com closed 1 week ago
i am not being able to disconnect the websocket session, the call to await sessionManager.unregister() resolves properly, while the one to await sessionManager.disconnect() never resolves.
is there any issue ?
@dberardo-com Can you post the example code to somewhere for me can reproduce the issue?
mm hard to say, does await sessionManager.disconnect() work for you ? or it hangs forever ?
await sessionManager.disconnect()
i am not being able to disconnect the websocket session, the call to await sessionManager.unregister() resolves properly, while the one to await sessionManager.disconnect() never resolves.
is there any issue ?