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
In fact, this should be the default behavior of the Reader trait read function. Since it is passed a mutable slice, there must be a way to tell nanomsg to use the native underlying pointer and to remove the NN_MSG option. I think now that the read_to_end function is the only right place to use NN_MSG.
Is there a way to provide nn_recv the native buffer used by a Vec[u8], to avoid the copy ?
The text was updated successfully, but these errors were encountered: