Other posts and this site make it clear that there is a limit to the number of connections a browser might have pending:
http://www.browserscope.org/?category=network
How many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?
My question is, how might this effect websockets? Could 6 pending http requests block a msg from the server? If so, is there a port configuration that might avoid this?
Please forgive my ignorance of all this networking. I am very JS focused and our websocket usage is critical.
Thank you, Rc