vanbui1995 / react-sipjs

React components for SIP.js
https://www.npmjs.com/package/react-sipjs
16 stars 6 forks source link

[bug]: call to sessionManager.disconnect() never returns #5

Closed dberardo-com closed 1 week ago

dberardo-com commented 1 year 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 ?

vanbui1995 commented 9 months ago

@dberardo-com Can you post the example code to somewhere for me can reproduce the issue?

dberardo-com commented 9 months ago

mm hard to say, does await sessionManager.disconnect() work for you ? or it hangs forever ?