On rare occasions Charon client fails with message: ``` Error: EOF while parsing a value at line 1 column 0 ``` It refers to [`handle_daemon_event`](https://github.com/ddrcode/charon/blob/main/crates/client/src/app.rs#L178-L188) method in `app.rs`. Expected behavior: - [ ] log the error - [ ] prevent client app from crashing Additionally: - [ ] Investigate why client receives empty-string messages.