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
Currently there seems to be a race condition, causing signaling messages to be send before the corresponding createPeerconnection message. One possible solution is to extend the functionality of the signalingQueue in order to ensure the correct order of the signaling messages.
The text was updated successfully, but these errors were encountered:
Currently there seems to be a race condition, causing signaling messages to be send before the corresponding createPeerconnection message. One possible solution is to extend the functionality of the signalingQueue in order to ensure the correct order of the signaling messages.
The text was updated successfully, but these errors were encountered: