Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INVALID_STATE_ERR: DOM Exception 11 on messaging #34

Open
dhassoun opened this issue Jun 6, 2013 · 0 comments
Open

INVALID_STATE_ERR: DOM Exception 11 on messaging #34

dhassoun opened this issue Jun 6, 2013 · 0 comments

Comments

@dhassoun
Copy link

dhassoun commented Jun 6, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant