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
It could be done via streak:subscription:pause and streak:subscription:unpause.
Technically there could be methods on subscription (Subscription::pause() and Subscription::unpause()) that would produce SubscriptionPaused and SubscriptionUnpaused events.
This could be used by #89 catching errors mechanism that stops subscription after underlying listener throw an exception.
The text was updated successfully, but these errors were encountered:
It could be done via
streak:subscription:pause
andstreak:subscription:unpause
.Technically there could be methods on subscription (
Subscription::pause()
andSubscription::unpause()
) that would produceSubscriptionPaused
andSubscriptionUnpaused
events.This could be used by #89 catching errors mechanism that stops subscription after underlying listener throw an exception.
The text was updated successfully, but these errors were encountered: