The issue I'm having is that it seems the core RTOS implementation is intercepting my WebSocket connection and response data and acting on it instead of just just treating it as HTTP data.
On the ESP Debug Port, I see debug data printf strings as "SES-WebSocket ...." which I am assuming is the SDK notifying me it working on the data.
How can I disable the RTOS SDK implementation of WebSockets - or at least tell the stack NOT to process any WebSocket requests or responses?
Thanks.
JoeStatistics: Posted by jhinkle — Fri Jul 14, 2017 1:59 am
]]>