This repository was archived by the owner on Jan 29, 2023. It is now read-only.
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Running Http and Websocket Servers concurrently #1
Closed
Description
This is an issue from WebSockets_Generic Library relating to this WebSockets2_Generic Library
Support as Http server and the webscok server on Arduino DUE
Moving it now to the correct place
Probably it works because your clients are constantly querying the websocket and can do that ?
If you specify your problem early, it'll be helpful and save time
OK, if I understand correctly now, your problem is that
- the WebSocketServer is in blocking mode
- you don't have any WebSockets Client
- WS Server is blocked, waiting for Client before moving forward
- The HTTP WebServer can't continue.
If so, I think I can fix the problem by modifying the WebSockets2_Generic Library.
Please wait until I find out the fix and post the new release.
I'm moving the issue to the correct place of WebSockets2_Generic Library.