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
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
Exceptions should be for exceptional circumstances rather than normal logic flow. As the code stands right now, if it doesn't throw an exception, the subscription will "end" but the program will hang. Look into another method for stopping subscriptions as this will remove several code smells.
Exceptions should be for exceptional circumstances rather than normal logic flow. As the code stands right now, if it doesn't throw an exception, the subscription will "end" but the program will hang. Look into another method for stopping subscriptions as this will remove several code smells.