arbrown / pao

A Banqi Game Server
http://pao.drewbrown.me/
MIT License
7 stars 5 forks source link

Game (sometimes?) does not show the last move. #8

Open arbrown opened 9 years ago

arbrown commented 9 years ago

The game will send victory messages before displaying the last move.

arbrown commented 4 years ago

I haven't tried to reproduce this since 2015, but in practice it is a pretty low priority issue since most people resign before the game detects the victory anyway. Fixing #20 would almost certainly fix this as well. In practice, a better solution would be to leave websockets open (for chatting) until the user leaves the page and leave the game routine running as long as there are any active websockets.