You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(leave): sending data after leaving the WebChannel
When did not yet join the WebChannel or just leaved the WebChannel, WebChannel.send
WebChannel.sendTo methods throw an error. Now they execute successfully. When leaving the
WebChannel, the channels have only been removed from the channel Set, but have not been closed. The
peer who leaves the WebChannel also forgot to remove the channels from the Set.
0 commit comments