mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 16:14:15 +01:00 
			
		
		
		
	Clear all callbacks on close or error
This commit is contained in:
		| @@ -193,6 +193,7 @@ class AsyncClient : public AsyncSocketBase | ||||
|     void _sockIsReadable(void); | ||||
|     void _sockPoll(void); | ||||
|     void _sockDelayedConnect(void); | ||||
|     void _removeAllCallbacks(void); | ||||
|     void _clearWriteQueue(void); | ||||
|  | ||||
|     friend void _tcpsock_dns_found(const char * name, struct ip_addr * ipaddr, void * arg); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user