Are mailboxes persistent

I’m very new to Elixir. I’m basically wondering how deployment works when the previous, running, version of the app may have processes where the mailboxes have entries.

As in if I restart the server do I lose all mailboxes of all the running processes? Or is there some other way this is handled?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.