This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Websocket stays connected even after webrtc-star listener is closed #51
Labels
status/ready
Ready to be worked
When the webrtc-star listener is closed, the web-socket connection to the signalling server remains active. This causes a few problems:
In order to rectify this, the socket connection can be closed if:
is added before this line ->
js-libp2p-webrtc-star/src/webrtc-star/index.js
Line 181 in d8439af
Let me know, what do you think about this change? if you like it and think its good, I can turn into a PR.
Thanks
The text was updated successfully, but these errors were encountered: