hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 88 forks source link

High-level exception handler to rollback problem hands #20

Closed anisoptera closed 13 years ago

anisoptera commented 13 years ago

Currently if a hand has an error the table completely hangs and we have to manually roll back the hand. We should log errors and rollback automatically, then notify the table of what happened.

anisoptera commented 13 years ago

Actually it really seems like these issues should just never end up in production (since we have a stable codebase right now), and in test it's fine to crash like that, so, like, whatever, man.