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
Currently, any uncaught exception in one of the on event callbacks bubbles up to and is handled by ElectorThread.run, logged as "Elector Poll Error". Unhanded errors in provided callbacks should be handled where they are called.
The text was updated successfully, but these errors were encountered:
Currently, any uncaught exception in one of the on event callbacks bubbles up to and is handled by ElectorThread.run, logged as "Elector Poll Error". Unhanded errors in provided callbacks should be handled where they are called.
The text was updated successfully, but these errors were encountered: