elmcremotebridge
elmcremotebridge
I think the problem is not socket.io it's the hosting. I have this problem on Railway.app but when I run the server on my local machine localhost I do not...
@d3x0r do you have a way to prevent this from happening I am really struggling with this. This happens to me even with me sending traffic. I send a new...
@d3x0r I tried to set pingInterval and pingTimeout however I have the same issue. Disconnect every 10 minutes ```` import express from 'express'; import http from 'http'; import { Server...
I am using Railway.io hosting. Their support message me. Yes, when you proxy requests at Railway scale, keep alive connections have to be killed. You need to send some keepalive...