lua-jet
lua-jet copied to clipboard
On Error reconnect / connection persistance
This will require some rework of the daemon AND peer implementations.
The daemon and peer must somehow agree upon the (number of) messages already received. Both may must keep a history and then eventually resend (lost/not yet received) messages. I'll create a feature branch.
That's the branch https://github.com/lipp/lua-jet/tree/resumable-connection.