Updated all dependent versions, including a major update to tokio
. UdpSocket
now sends and receives packets without &mut
, so there is one less asynchronous task and queue for each packet.
In theory performance should improve
Updated all dependent versions, including a major update to tokio
. UdpSocket
now sends and receives packets without &mut
, so there is one less asynchronous task and queue for each packet.
In theory performance should improve