| 195 | } |
| 196 | |
| 197 | void SyncClient::_attachCallbacks(){ |
| 198 | _attachCallbacks_Disconnect(); |
| 199 | _attachCallbacks_AfterConnected(); |
| 200 | } |
| 201 | |
| 202 | void SyncClient::_attachCallbacks_AfterConnected(){ |
| 203 | _client->onAck([](void *obj, AsyncClient* c, size_t len, uint32_t time){ ((SyncClient*)(obj))->_sendBuffer(); }, this); |
nothing calls this directly
no outgoing calls
no test coverage detected