This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Disconnection events are not emitted #138
Labels
bug
Something isn't working
Comments
@marcus-pousette We are aware of the issue and working on a fix here: #134
The browser to browser demo? |
Aha! Great. I missed that.
Yes |
maschad
added a commit
that referenced
this issue
Apr 24, 2023
maschad
added a commit
that referenced
this issue
Apr 25, 2023
maschad
added a commit
that referenced
this issue
Apr 25, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce
Running the demo, put a log in
node.addEventListener("peer:disconnect", ...
. The event is never emitted if one closes one of the tabs.This is creating severe issues for me when using this transport as I can not manage connections properly in my protocol handler.
The text was updated successfully, but these errors were encountered: