You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes please, I'd like this. I'm using zmq in addition to tornado and it relies on IOLoop.instance(). I've solved it by calling io_loop.install() but it isn't very pretty :)
Needed for apps that rely on IOLoop.instance()
Currently, IOLoop() is created, this should be overridable.
The text was updated successfully, but these errors were encountered: