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
Hello, I'm not sure if this is the right place to ask, but would it be possible to provide a recv_into! method for reading from a UDP socket directly into an existing buffer? I'm reading a stream of data via UDP and using recv allocates so much that the garbage collector activity causes packets to be lost. I think Python has something like this.
I did try asking on Discourse some time ago but didn't get very far see here
The text was updated successfully, but these errors were encountered:
Hello, I'm not sure if this is the right place to ask, but would it be possible to provide a
recv_into!
method for reading from a UDP socket directly into an existing buffer? I'm reading a stream of data via UDP and usingrecv
allocates so much that the garbage collector activity causes packets to be lost. I think Python has something like this.I did try asking on Discourse some time ago but didn't get very far see here
The text was updated successfully, but these errors were encountered: