mirror of
https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
synced 2025-10-30 16:15:40 +01:00
Fix variable shadowing
This commit is contained in:
@@ -621,7 +621,7 @@ bool AsyncClient::_sockIsWriteable(void)
|
||||
_rx_last_packet = millis();
|
||||
if (_writeQueue.front().owned) ::free(_writeQueue.front().data);
|
||||
sent_cb_length = _writeQueue.front().length;
|
||||
uint32_t sent_cb_delay = millis() - _writeQueue.front().queued_at;
|
||||
sent_cb_delay = millis() - _writeQueue.front().queued_at;
|
||||
_writeQueue.pop_front();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user