mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 16:14:15 +01:00 
			
		
		
		
	Implement write() and free() methods
Also comment out one prototype not yet implemented.
This commit is contained in:
		| @@ -87,7 +87,7 @@ class AsyncClient : public AsyncSocketBase | ||||
|     bool connect(const char* host, uint16_t port); | ||||
|     void close(bool now = false); | ||||
|  | ||||
|     int8_t abort(); | ||||
|     //int8_t abort(); | ||||
|     bool free(); | ||||
|  | ||||
|     bool canSend() { return space() > 0; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user