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
During packet decoding we currently copy the Vec and have a very roundabout way to read the string of the Status Response. We should optimize this, so that no unnecessary copying happens and we can work with a reference or even read directly from the socket.
The text was updated successfully, but these errors were encountered:
During packet decoding we currently copy the Vec and have a very roundabout way to read the string of the Status Response. We should optimize this, so that no unnecessary copying happens and we can work with a reference or even read directly from the socket.
The text was updated successfully, but these errors were encountered: