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
Often, sub-systems won't be thread-safe so we rely on start & stop being called from the same thread. That is achievable with Configuration however only per Lifecycle and not once per item. What if two separate items rely on being each started/stopped on their own queue?
The text was updated successfully, but these errors were encountered:
Often, sub-systems won't be thread-safe so we rely on start & stop being called from the same thread. That is achievable with
Configuration
however only perLifecycle
and not once per item. What if two separate items rely on being each started/stopped on their own queue?The text was updated successfully, but these errors were encountered: