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.
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.
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.