You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if any error happens when the user tries interacting with the blackjack prompt, it gets treated as a timeout and quits, deducting the user's coins as though they surrendered. The game should abort if an unexpected error happens and business logic should not be placed in the try block of the auto-surrender catch.
The text was updated successfully, but these errors were encountered:
Right now, if any error happens when the user tries interacting with the blackjack prompt, it gets treated as a timeout and quits, deducting the user's coins as though they surrendered. The game should abort if an unexpected error happens and business logic should not be placed in the try block of the auto-surrender catch.
The text was updated successfully, but these errors were encountered: