jczic / MicroWebSrv

A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
https://github.com/jczic/MicroWebSrv
MIT License
640 stars 115 forks source link

fixed documented default behavior of mws.Start #49

Closed washcycle closed 5 years ago

washcycle commented 5 years ago

The default behavior of mws.Start is to run in the same thread, threaded=False. I think the ReadMe comment coveys the opposite.

jczic commented 5 years ago

Yes exactly :) Thanks.

jczic commented 4 years ago

Hello,

I released a fully new version (v2.0) of my web server here : github.com/jczic/MicroWebSrv2. Open source MIT, fully asynchronous, more robust, more fast and more efficient! It is delivered with a good documentation.

Thank you for your support and feedback. ☺️

Jean-Christophe Bos

Le sam. 26 janv. 2019 à 21:36, Matt notifications@github.com a écrit :

The default behavior of mws.Start is to run in the same thread, threaded=False. I think the ReadMe comment coveys the opposite.

You can view, comment on, or merge this pull request online at:

https://github.com/jczic/MicroWebSrv/pull/49 Commit Summary

  • fixed documented default behavior of mws.Start

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jczic/MicroWebSrv/pull/49, or mute the thread https://github.com/notifications/unsubscribe-auth/AAegLOYHt0ATtUaGbdvbxz-CA_73e3wbks5vHLxcgaJpZM4aUXu7 .

--

Sincèrement,