Hi. I found a bug(maybe) in the new version of sanic, 22.9
Just using the Getting Started case, Hello World, and it will automatically create 1 main process and 2 subprocesses. I tried like setting fast = False, workers = 1, limit the subprocess creation… all failed.
it’s so weird. Meanwhile, i used the final ultimate solution - uninstall and install old version(22.3), and it gone. More weird XD
I dont know if it is a bug but it makes me feels really upset because i thought it was my fault setting some unproper params in pytorch or in some other module
btw, sanic is a really good web server framework