klein icon indicating copy to clipboard operation
klein copied to clipboard

Run klein in non-main thread

Open swilr opened this issue 9 years ago • 1 comments
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?

swilr avatar Oct 11 '16 21:10 swilr

I got the same problem.

hiberabyss avatar Dec 02 '16 20:12 hiberabyss