Implement write() and free() methods

Also comment out one prototype not yet implemented.
This commit is contained in:
Alex Villacís Lasso
2020-12-21 13:48:24 -05:00
parent 7a70bda9ce
commit de2a0da915
2 changed files with 13 additions and 1 deletions

View File

@@ -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; }