This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Fixed a bug that would crash the client if the server was unavailable.
Now the client will retry the connection for some time before giving up.
If the connection does not work from the start, i.e. the initial HELLO exchange before the client is daemonized, the client stops. After 2 minutes of retrying while the client had a successful connection before, the client will drop the data it wanted to send and will wait until the next interval is due.
Additionally fixed some issues with the server code, if the message is not valid.