mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 08:42:38 +01:00 
			
		
		
		
	Fix variable shadowing
This commit is contained in:
		| @@ -621,7 +621,7 @@ bool AsyncClient::_sockIsWriteable(void) | |||||||
|                 _rx_last_packet = millis(); |                 _rx_last_packet = millis(); | ||||||
|                 if (_writeQueue.front().owned) ::free(_writeQueue.front().data); |                 if (_writeQueue.front().owned) ::free(_writeQueue.front().data); | ||||||
|                 sent_cb_length = _writeQueue.front().length; |                 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(); |                 _writeQueue.pop_front(); | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user