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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
The SSL handshake requires some amount of communication, which are not accounted for in _tx_unacked_len on the way out. However, when ack arrives for those bytes, the amount is removed from _tx_unacked_len causing it to go negative, and thus breaks the trigger of _sent_cb callback.