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.
When making a quick invite (an invite without pressing "New game") this message is displayed:
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.