klein
klein copied to clipboard
Run klein in non-main thread
trafficstars
One problem is that Klein.run() can't pass 'installSignalHandlers' to reactor.run() thus reactor will complain like exceptions.ValueError: signal only works in main thread.
Can we add parameter to keep reactor quiet when run klein in a non-main thread?
I got the same problem.