notify the connection channel need to send data
Source
void requireSend() { if (!_sending) { _sending = true; DsTimer.callLater(_send); } }
notify the connection channel need to send data
void requireSend() { if (!_sending) { _sending = true; DsTimer.callLater(_send); } }