Ok, maybe the if False was there for a reason, pollhub seems broken at the moment
This commit is contained in:
@@ -305,7 +305,7 @@ def get_default_hub():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
import select
|
import select
|
||||||
if hasattr(select, 'poll'):
|
if False: #hasattr(select, 'poll'): pollhub is broken at the moment
|
||||||
import eventlet.hubs.poll
|
import eventlet.hubs.poll
|
||||||
return eventlet.hubs.poll
|
return eventlet.hubs.poll
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user