James Roberts
James Roberts
Thanks for reaching out! Multiple workers (processes) is coming soon. I currently only have it working on Linux. I want to get it working on all platforms before I release...
This is great! Thanks for this! I definitely need to do a lot more tests for edge cases and handle error cases. This will help a lot.
There might be a way... I would have to look into this a bit more. I would also accept a PR. Thanks for opening this issue though, this could be...
Hi there, Are you still facing this issue? I am having some trouble reproducing this error on my side. Were you able to make any requests before the process finished?...
Yes, FastWSGI is still under development, I'll be adding more documentation over time
The changes over the past year have solved all the listed bugs. Thanks for providing some great test cases! FastWSGI 0.0.8 should be much more stable.
#535 This should also help bring CI times down
> https://github.com/jamesroberts/fastwsgi/blob/5572bb31b859d690be225707b9e7e25af397544b/wsgi_example.py#L9 > > > Add an additional parameter to this line: `loglevel = 8` > And start the server like this: `python3 wsgi_example.py` In your screenshot I see, `bin/python3...