Hi, I'm trying to create a flask app with your code, but when I call the API it give an error
ValueError: signal only works in main thread
This error occurred when the signal (in file CollapsingMoG.py) is running inside a flask app, is there any other way to create the Timeout class that can be run inside flask app? Thanks in advance
Hi, I'm trying to create a flask app with your code, but when I call the API it give an error
ValueError: signal only works in main threadThis error occurred when the signal (in file CollapsingMoG.py) is running inside a flask app, is there any other way to create the Timeout class that can be run inside flask app? Thanks in advance