Hacker News new | ask | show | jobs
by wenbo 1403 days ago
> So you will lose messages.

This is true but you can store your messages inside your database and on reconnect you can fetch the messages you missed.

1 comments

you need a queue to do that properly, do your users have to manage that queue?
Yes, developers will have to do this themselves for now.