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
I'm trying to figure out how to do a proper shutdown. The SubscriptionRef.close() and SubscriptionRef.await() weren't doing their jobs for me. It would be great if the demo can show a proper shutdown.
The text was updated successfully, but these errors were encountered:
Not sure if this helps but I used op-rabbit in the previous company I worked for and the code was deployed in Play servers - so we injected the play.api.inject.ApplicationLifecycle instance and added a stop hook to the ApplicationLifecycle to close the subscribers.
I'm trying to figure out how to do a proper shutdown. The
SubscriptionRef.close()
andSubscriptionRef.await()
weren't doing their jobs for me. It would be great if the demo can show a proper shutdown.The text was updated successfully, but these errors were encountered: