-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
MVPRequired for minimum viable product (ideal deadline: Dec. 11)Required for minimum viable product (ideal deadline: Dec. 11)bugSomething isn't working correctly or something crashes the programSomething isn't working correctly or something crashes the programeasyGood for newcomersGood for newcomersmediumSimple enough issue but probably overlooked during initial development.Simple enough issue but probably overlooked during initial development.
Description
When a player joins and disconnects at any time, this is not handled in banker.py
- Run banker.py with some multi-player unittest. Run player.py for the appropriate number of players, without -debug arg
- In the player.py runtime (on command line, on Terminals screen) the player not in the gameboard, ctrl-c or type exit (this will terminate the python runtime for the player.py instance)
- When it gets to be that player's turn, banker will crash.
Metadata
Metadata
Assignees
Labels
MVPRequired for minimum viable product (ideal deadline: Dec. 11)Required for minimum viable product (ideal deadline: Dec. 11)bugSomething isn't working correctly or something crashes the programSomething isn't working correctly or something crashes the programeasyGood for newcomersGood for newcomersmediumSimple enough issue but probably overlooked during initial development.Simple enough issue but probably overlooked during initial development.