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
Right now the session ids and buffered messages are stored in memory. In the event of a node failure, if a client attempts to quickly reconnect, the session id and messages will be lost.
Abstract the storage mechanism to support persistent distributed storage adaptors (ie: redis)