This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Running Http and Websocket Servers concurrently #1
Labels
Comments
khoih-prog
added a commit
that referenced
this issue
Aug 6, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
khoih-prog
added a commit
that referenced
this issue
Aug 6, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
khoih-prog
added a commit
that referenced
this issue
Aug 6, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
khoih-prog
added a commit
that referenced
this issue
Aug 6, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
khoih-prog
added a commit
that referenced
this issue
Aug 6, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
khoih-prog
added a commit
that referenced
this issue
Aug 6, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
The new Version v1.0.6 has been released with these new features to fix the blocking action of WebSockets Server that prevents the concurrent running of WebServer and WebSockets Server you experienced so far. New in v1.0.6
Please try the example SAMDUE-Ethernet_AdvancedWebServer to have feelings. Then modify it to fix your purpose. Please be noted that your bug report and persistence, resulting in the new Version v1.0.6, has been noted in Contributions-and-Thanks |
This was referenced Aug 6, 2020
Closed
khoih-prog
added a commit
that referenced
this issue
Sep 9, 2020
### New in v1.0.6 1. Add ***non-blocking WebSockets Server*** feature to enable WS Server and WebServer running ***concurrently***. See [***Support as Http server and the Websockets server on Arduino DUE***](khoih-prog/WebSockets_Generic#1) and [***Running Http and Websocket Servers concurrently***](#1). Thanks to bug report and persistence of [Jake](https://github.com/jakespeed1311). 2. Add non-blocking WebSockets Server and WebServer examples. 3. Add Ethernet Library Patches 4. Add Arduino SAMD Packages_Patches to fix compiler errors when using [Standard Template Library STL](https://en.wikipedia.org/wiki/Standard_Template_Library)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@jakespeed1311
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
The text was updated successfully, but these errors were encountered: