Open Dentrax opened 2 years ago
I think set_nonblocking() function is missing.
set_nonblocking()
The async_std::net::UdpSocket is already non-blocking. If you'd like to move it back into a blocking UdpSocket, call try_into().
async_std::net::UdpSocket
UdpSocket
try_into()
I think
set_nonblocking()
function is missing.