Error: The connection to was interrupted while the page was loading. Source File: localhost/socket.io/node_modules/socket.io-client/dist/socket.io.
One solution is to put a timeout on the disconnect event.
setTimeout(() => { $('#offlineModal').modal('show') }, 5000)