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
so we have a demo project rolling. it has 2 way video chat, a a data channel for sending control messages and images (stringified and chunked up). However were seeing some nasty dom errors when a user sends a data message sometimes. Its built off the demo app code. user A can send messages fine and are recieved by user B just fine. But when user B tres to send a message (channel.send(message); we get INVALID_STATE_ERR: DOM Exception 11. Not every time just sometimes. Once error happens all message sending from that client will fail.
Any ideas?
in general weve seen the overall performance is pretty bad for data communication as well as stability. Is that to be expected?
The text was updated successfully, but these errors were encountered:
so we have a demo project rolling. it has 2 way video chat, a a data channel for sending control messages and images (stringified and chunked up). However were seeing some nasty dom errors when a user sends a data message sometimes. Its built off the demo app code. user A can send messages fine and are recieved by user B just fine. But when user B tres to send a message (channel.send(message); we get INVALID_STATE_ERR: DOM Exception 11. Not every time just sometimes. Once error happens all message sending from that client will fail.
Any ideas?
in general weve seen the overall performance is pretty bad for data communication as well as stability. Is that to be expected?
The text was updated successfully, but these errors were encountered: