Jean-Christophe Bos

Results 157 comments of Jean-Christophe Bos

Sorry, no, but it is still used.

@BetterAutomations 👍🏻 That's right.

Hello @aguaviva and sorry for the time :) Yes it's cool, but just : Could you add the support (the case) of **Accept-Encoding** header in request before return a compressed...

Hello @ElHyperion, I'm ok to using `with` instead of `acquire` and `release`. But I don't understand why `_socketListRemove` can stay locked. It's very strange? Could you the exact instruction that...

I'm checking all but I don't understand how this _opLock can stay locked 😞 _socketListAdd and _socketListRemove are very called often for I/Os manipulation and this _opLock is really mandatory...

Ok. `parllProcCount=1` means that the I/Os events loop of the server only waits once in a dedicated thread and `parllProcCount=0`, waits in main thread (and main thread is locked until...

You must run Visual Studio with administrator rights or set the MWS2 server port greater than 1024 (ex: 12345) : `mws2.BindAddress = ('0.0.0.0', 12345)` and open your local browser to...

And if you open a terminal (shell) on your MacOS, change directory to the MWS2 example folder and run `python3 main.py`?

Hello, Is this exception raised from `main.py` demo? (It's important to use `from MicroWebSrv2 import *` to import the lib and modules).

Ok, could you try this code in terminal and give me the result please: ``` from MicroWebSrv2 import * print(MicroWebSrv2.__module__) ``` And also, could you check if `__import__` function exists...