MatsSocket: Make "self-healer".
Opened this issue · 0 comments
stolsvik commented
If we lose DB-connection, we cannot forward messages anymore. The "MessageToWebSocketForwarder" will then bail, and hope for the self-healer to pick up when the DB comes back up, i.e. check if there are outstanding messages for live sessions (the self-healer handles sessions on its own node), and forward them.
Think together with centiservice/mats#115.