holiday rappies (and other events) #122

Merged
jake merged 7 commits from holidays into master 2022-10-19 22:28:27 -04:00
Showing only changes of commit b42deeede1 - Show all commits

View File

@ -205,6 +205,7 @@ where
loop {
match packet_queue.recv().await {
Ok(pkt) => {
info!("[send to {:?}] {:#?}", client_id, pkt);
if let Err(err) = send_pkt(&mut socket, &mut cipher, &pkt).await {
warn!("error sending pkt {:#?} to {:?} {:?}", pkt, client_id, err);
}