gevent.hub.LoopExit: ('This operation would block forever

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/jacke121/article/details/83444790

gevent.hub.LoopExit: ('This operation would block forever

开gevent协程后,原来的socketconn收数据报了异常:

from gevent import monkey, sleep
monkey.patch_all()

这个方法无效

猜你喜欢

转载自blog.csdn.net/jacke121/article/details/83444790