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
mailbox reference will be kept in concurrent hashmap forever
if query fails, it doesn't cancel all the mailboxes, but the mailbox receive operator already returned. this means any incoming messages for that specific mailbox receive operator will be buffered in the queue forever.
this cannot be a shutdown time clean up as the long running service will keep piling up new mailboxes as requestID grows (they are not reusable)