subrosa-io / subrosa-client

Secure, end to end encrypted messaging, voice and video chats.
https://subrosa.io
Other
106 stars 34 forks source link

Handle multiple connections to the same account better #22

Open ixro opened 10 years ago

ixro commented 10 years ago

Currently, if you sign into the same Subrosa account, only the latest sign in will get the socket data (such as new messages). This behavior should be improved, either by removing the server's assumption that 1 uid == 1 socket (and allowing multiple concurrent sockets for the same user), or signing in the older session when a new one is signed in.