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
This is a symptom of a much larger issue.
Steps required:
clear cashay cache on logout
remove socket transport on logout
use cashay's new @cached for retrieving the user data
unsubscribe from changefeeds on logout
To unsubscribe, we have a few options:
unsubscribe from each subscription 1 by 1
disconnect the socket
The 2nd one sounds best. However, the logout route right now doesn't know about a socket, and I'd like to keep it that way, since being logged in doesn't necessitate a socket (eg welcome wizard, invitation portal).
This is what redux-socket-cluster was kinda built for, but we worked around it by setting the keepAlive to infinity. I've improved it to handle multiple instances of the HOC, so I turned the keepAlive back on.
Issue - Bug
Steps to reproduce:
jordan@parabol.co
)The text was updated successfully, but these errors were encountered: