Can’t make multiple WebSockets per host on Firefox
Consider the following JS code (that is not the actual host obviously):
Why does Firefox send a WebSocket PING message when the ethernet link configuration changes?
I’ve observed that Firefox often sends a ping message over an open WebSocket connection when I disconnect a network cable from my computer. I’m curious if this is a documented behavior or if it’s specified in the WebSockets RFC.