Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

SyncClient broken with core 2.2 #109

Closed
aguaviva opened this issue Mar 10, 2019 · 2 comments
Closed

SyncClient broken with core 2.2 #109

aguaviva opened this issue Mar 10, 2019 · 2 comments
Labels

Comments

@aguaviva
Copy link

The SyncClient class cannot be instantiated because it is not defining the following functions with the same signature as the base abstract class.

interface functions ESPAsyncTCP unctions
virtual int connect(CONST IPAddress& ip, uint16_t port) =0; int connect(IPAddress ip, uint16_t port);
virtual bool flush(unsigned int maxWaitMs = 0) = 0; void flush();
virtual bool stop(unsigned int maxWaitMs = 0) = 0; void stop();

See the core file:
https://github.com/esp8266/Arduino/commits/master/cores/esp8266/Client.h

@stale
Copy link

stale bot commented Sep 21, 2019

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 21, 2019
@aguaviva
Copy link
Author

aguaviva commented Oct 4, 2019

:(

@aguaviva aguaviva closed this as completed Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant