-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursion error from .pyhtml when threaded=True #54
Comments
I reviewed #36 and tried a few different firmware versions, but still the same result. I think these boards are comparable to a LOLIN32. |
Trying with SPI firmware, I get a reboot and the following:
|
I found that calling the same function from a route works totally fine in threaded mode and not. |
Hello @elixx and thanks to interesting:) |
Thanks -- I'll give that a shot. pyHTML would be nice to get working, eventually on my board -- but I have a few different ones on the way, and see how it goes on those, too. Then I'll pursue rolling my own firmware. =) Right now I switched to using the request handler decorators to get the functionality that I want -- so far, so good! Thank you! |
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.
… Closed #54 <#54>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#54?email_source=notifications&email_token=AAD2ALBIWHQBCGBERUGAAYDPVUSY7A5CNFSM4HMUASA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGORPJGFKY#event-2345820843>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD2ALHJY6CK3QLOZLLVDFDPVUSY7ANCNFSM4HMUASAQ>
.
--
*Sincèrement,*
|
If I start the process with mws.Start(threaded=True), attempting to load any .pyhtml page renders:
This does not happen at all if I start with threaded=False.
Is this to be expected?
The text was updated successfully, but these errors were encountered: