Zomis / Games

Many kinds of games, playable in both multiplayer or local play. Replays, spectator mode, and AIs.
https://games.zomis.net
MIT License
17 stars 5 forks source link

Quick invite is not working #309

Closed Zomis closed 1 year ago

Zomis commented 1 year ago

When making a quick invite (an invite without pressing "New game") this message is displayed:

No such invite: 325b7cc0-b718-415d-a4d2-388516da2c93

While these are not new messages, since the change to Ktor (#300) these messages were just ignored. Now however, they cause a connection to be disconnected because of the exception being thrown.

It might be necessary in the future to catch these messages and replace them with an indication that something went wrong (see #275) but this is also a good time to fix this error for real.