impl grinders, fix mag pbs, fix bank thing, etc #128

Merged
jake merged 12 commits from use_grinders into master 2023-02-02 11:37:58 -05:00
Showing only changes of commit cccf385ee9 - Show all commits

View File

@ -133,7 +133,7 @@ where
match pkt_receiver.recv_pkts::<R>().await { match pkt_receiver.recv_pkts::<R>().await {
Ok(pkts) => { Ok(pkts) => {
for pkt in pkts { for pkt in pkts {
trace!("[recv from {:?}] {:#?}", client_id, pkt); info!("[recv from {:?}] {:#?}", client_id, pkt);
match state.handle(client_id, pkt).await { match state.handle(client_id, pkt).await {
Ok(response) => { Ok(response) => {
for resp in response { for resp in response {