More work on the reciever end, and outfox format

This commit is contained in:
durch
2023-05-04 16:08:46 +02:00
parent 4d837a0402
commit 19c4b3255c
37 changed files with 1234 additions and 1622 deletions
@@ -108,7 +108,7 @@ impl ConnectionHandler {
}
Some(Err(err)) => {
error!(
"The socket connection got corrupted with error: {err}. Closing the socket",
"{remote:?} - The socket connection got corrupted with error: {err}. Closing the socket",
);
return;
}