timpei / hanabi

An implementation of Hanabi, a popular board game. Starts with a web client, but can be integrated with multiple platforms through the server API.
8 stars 3 forks source link

Add leaveGame socket message #1

Open cckroets opened 9 years ago

cckroets commented 9 years ago

Allow the user to leave a game given a game Id, meaning the user will not receive any more events related to the game until the player resumes.

timpei commented 9 years ago

Added in a87a87aa5cd030d603737dabbbc04099413adcbe

cckroets commented 9 years ago

Has this change been pushed to Prod? I try to do leaveGame at http://murmuring-caverns-8259.herokuapp.com/test, but it doesn't work.