You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd very much like to use the Async version on ESP32 (S3). But afaict the asyn version depends on ESPAsyncTCP, which only supports ESP2866. I've tried to modify arduinoWebSockets to use AsyncTCP (there several flavors of this, but this seems to be the one most recently updated).
Unfortunately, this library doesn't have AsyncTCPBuffer, and not knowing the WebSocket code very well, it's starting to feel daunting to make the changes.
Am I barking up the wrong tree? Any chance of getting async support for ESP32?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd very much like to use the Async version on ESP32 (S3). But afaict the asyn version depends on ESPAsyncTCP, which only supports ESP2866. I've tried to modify arduinoWebSockets to use AsyncTCP (there several flavors of this, but this seems to be the one most recently updated).
Unfortunately, this library doesn't have
AsyncTCPBuffer
, and not knowing the WebSocket code very well, it's starting to feel daunting to make the changes.Am I barking up the wrong tree? Any chance of getting async support for ESP32?
Beta Was this translation helpful? Give feedback.
All reactions