←back to thread

170 points bko | 5 comments | | HN request time: 0.204s | source
1. sooheon ◴[] No.43650720[source]
To clarify, dealing with spotty connection / offline mode is not possible with this kind of approach?
replies(2): >>43651573 #>>43651824 #
2. andriusbartulis ◴[] No.43651573[source]
Offline mode - not possible.

Spotty connection - no problem, SSE reconnects.

replies(1): >>43654721 #
3. andersmurphy ◴[] No.43651824[source]
Also because of the compression being used the game runs fine on 3G connections.
4. realharo ◴[] No.43654721[source]
Reconnects eventually when things time out, but in the meantime, there will be a lot of frustrated waiting.
replies(1): >>43655055 #
5. andersmurphy ◴[] No.43655055{3}[source]
In my experience it reconnects faster and more reliably than web sockets. Also nothing is stopping you telling the user the connection is down/retrying etc.