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
We should consider if Client.get(Read|Write)BufferSize and if the newly added SocketExecutor.getTotalPending(Read|Write)Bytes should be moved under SimpleByteStats.
This may be an arguably better API, but is not as simple / efficient to implement as our current design.
The text was updated successfully, but these errors were encountered:
Came up from PR #67
We should consider if
Client.get(Read|Write)BufferSize
and if the newly addedSocketExecutor.getTotalPending(Read|Write)Bytes
should be moved underSimpleByteStats
.This may be an arguably better API, but is not as simple / efficient to implement as our current design.
The text was updated successfully, but these errors were encountered: