Hello, OPERATOR!
- As John mentioned, our games have disappeared. Also, I've played more games and none of them appear in my info.
- I miss the animated emoticons that we have in other games.
- I think that some text elements shouldn't be allowed to be selected, only chat messages would be nice to be able to select.
- About the disconnections, it seems that this new game has the same problem as the other FlyOrDie games. I did some tests and it behaved even worse than the others.
- The problem is quite simple to simulate. Just turn off the internet for a few seconds until the message "Trying to restore connection" appears and turn it back on. Or on your mobile, switch from Wi-Fi to mobile internet a few times. And the connection won't be reestablished. In the past, it was almost always possible to reconnect.
- In the Bowling game, the message "Trying to restore connection" doesn't even appear, it just disconnects.
- I did some debugging: the problem seems to be when it is necessary to create a new WebSocket connection. When it keeps the same WS after reconnection, it works. When a new WS is created, the client sends 1 message, the server responds with 1 message, the client sends 2 more, the server responds with 1 more, and closes the connection abruptly. Always the same pattern.
- It seems to be an implementation problem and not an internet problem, because after the automatic reconnection fails, pressing the reconnect button works, but the game progress is lost.
- Please take a look at why the server is closing the connection at that moment, the connection would already be reestablished but is intentionally closed.
Hope this helps somehow!
Wishing FlyOrDie better days ahead!