HMI-Studios / CivCloneJS

3 stars 1 forks source link

Handshake fails on really slow networks #202

Open kjniemela opened 6 months ago

kjniemela commented 6 months ago

If you are on a slow network (or if you throttle the connection using the browser dev tools - the Slow 3G preset will do), the server will refuse to connect, stating that the handshake has failed. This could be as simple as the connection timing out server-side (I believe the current timeout period is 2 seconds).