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
This is more of a suggestion, but it seems weird that when sending bytes, we must have to basically create a new byte[] every time. It would be much better if there was a method such as send(byte[] array, int offset, int length).
The text was updated successfully, but these errors were encountered:
This is more of a suggestion, but it seems weird that when sending bytes, we must have to basically create a new byte[] every time. It would be much better if there was a method such as send(byte[] array, int offset, int length).
The text was updated successfully, but these errors were encountered: