jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

ProposeMove on non-modifiable games should call Refresh() before returning #635

Closed jkomoros closed 6 years ago

jkomoros commented 6 years ago

Create a go routine intermediary that waits for the done signal, then refreshes, then passes on the return value

jkomoros commented 6 years ago