You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst working on lunatic-solutions/lunatic-rs#17 at lunatic-solutions/lunatic-rs#33
I realised that we don't have peer_addr() in host when we connect() and whilst using recv() and send()
If I would cache it in UdpSocket via connect() that would make UdpSocket mutable on connect() which doesn't match std's
The text was updated successfully, but these errors were encountered:
Whilst working on lunatic-solutions/lunatic-rs#17 at lunatic-solutions/lunatic-rs#33
I realised that we don't have peer_addr() in host when we connect() and whilst using recv() and send()
If I would cache it in UdpSocket via connect() that would make UdpSocket mutable on connect() which doesn't match std's
The text was updated successfully, but these errors were encountered: