Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant