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
Cleanup/deregister a mailbox if we fail to register (#172)
* Cleanup/deregister a mailbox if we fail to register
* Fix the defers and mutex locking in mailboxes
Avoid panics on not owner errors because they should go away (#169)
* Avoid panics on not owner errors because they should go away
* Apply suggestions from code review
Co-authored-by: Eric Sniff <[email protected]>
Co-authored-by: Eric Sniff <[email protected]>
Add retries to deregister and panic for mailbox (#168)
* Add retries to deregister and panic for mailbox
* Make sure we panic when the actor fails to close its mailbox.
Co-authored-by: Matt Braymer-Hayes <[email protected]>