There is a known bug where Firefox closes an open web socket connection when the user presses the ESC button. Is there any workaround or little jQuery code that can help me prevent this? I thought to start connecting a new web connection every time the current connection is closed, but this seems a bit dangerous.
source share