Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to the io_loop fixture to configure ioloop maker #8

Open
eugeniy opened this issue Feb 20, 2015 · 1 comment
Open

Add an option to the io_loop fixture to configure ioloop maker #8

eugeniy opened this issue Feb 20, 2015 · 1 comment

Comments

@eugeniy
Copy link
Owner

eugeniy commented Feb 20, 2015

Needed for apps that rely on IOLoop.instance()

Currently, IOLoop() is created, this should be overridable.

@holljen
Copy link

holljen commented Mar 16, 2016

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants