bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

retrieve all the messages you missed while the websocket was disconnected #44

Closed bkad closed 11 years ago

bkad commented 12 years ago

Once the socket disconnects and opens up again, have it queue up incoming messages while you fetch all the messages you missed. Then dump the missed messages + the queued messages into the DOM.

cespare commented 11 years ago

This appears to have been fixed.