java.lang.AssertionError: Unexpected data. Was: {"type":"UpdateView","gameType":"DSL-TTT","gameId":"1"}
at net.zomis.games.server2.clients.WSClient.expectJsonObject(WSClient.kt:64)
at net.zomis.games.server2.DslGameTest.dsl(DslGameTest.kt:63)
I believe this is caused by the server not having initialized the game fully, which tells clients that they should update.
This happens every now and then:
I believe this is caused by the server not having initialized the game fully, which tells clients that they should update.