Sanskar Jethi

Results 299 comments of Sanskar Jethi

@justanotherbyte , can you please try running the `app.py` with the command: ``` python3 app.py --processes=1 --workers=1 ``` And share the output with me?

@justanotherbyte , you're running it the right way. But this is not an expected behaviour. I will have a look at this. Thank you! Hopefully it should be fixed by...

A potential fix looks like something here: https://stackoverflow.com/questions/36370724/python-passing-a-tcp-socket-object-to-a-multiprocessing-queue Need to investigate more.

@justanotherbyte , I just had a look at this. Can you please confirm if it works on wsl?

> Does robyn only work on Linux? @justanotherbyte , it should work on all platforms. I am trying to set up a windows environment to fix this issue.

Blocked on this issue: https://github.com/sansyrox/robyn/issues/224

This has been fixed in #261. Thanks for the report.

In contrinuation to https://github.com/sansyrox/robyn/issues/48

Also consider adding inlining based on: - query params - headers - body - and other variables in http requests

Hi @byteface , Thank you for reporting the errors and apologies for the late response. Windows error is evident and I will fix try to fix this in the latest...