Jean-Christophe Bos
Jean-Christophe Bos
Is this still the case after the recent commits?
Hello and thank you for your feedback. can you try to start the server with : StartManaged(0) or StartManaged(2) ?
Hmm, thank you @ekondayan. Strange indeed. And how do you start the server at the beginning? I use it on big projects with TLS/SSL (on Azure cloud) and it still...
Hi @davidmoshal, yes, the folder size is of 180Ko but the memory allocated for this depends of your configuration of the server (see https://github.com/jczic/MicroWebSrv2#mws2-setembeddedconfig). You can down this default embedded...
Hi @philippebourcier and thank you for using this web server 👍🏻 Well, do you have trying the example with **main.py** file ? So, to correctly receive websocket message, you must...
You mean that when the browser stays connected with a javascript websocket that doesn't transmit, the server on the card doesn't accept other websockets? I'm not sure I understand in...
Hello @nicciniamh and thank you for your feedback. It seems to me that this type of error when using **pyhtml** occurs frequently if there are too many recursive calls (functions...
Hello and thank you @thevobos. MicroWebSrv is an HTTP(s) server with a plugin for WebSockets but it's not a "client". So, if you want to connect 2 serveurs, you must...
There are not many websockets "clients" for micropython unlike python. The most used one seems to be Danni's but indeed it is proposed for esp8266. You can read this :...
Yes I know that but I really added the sock5 part quickly for a little compatibility on esp32 on a need 👎