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

initialize ioloop earlier #934

Closed
wants to merge 1 commit into from

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Jul 29, 2022

  • the event loop should be initialized as early as possible to allow access to the loop during init steps without relying on IOLoop.current()
  • always run bind_http_server inside event loop, to avoid deprecated calls to not-running IOLoop.current made by

related to #876, but only baby steps to make it easier

- the event loop should be initialized as early as possible to allow access to the loop during init steps
- run bind_http_server inside event loop, to avoid deprecated calls to not-running IOLoop.current
@blink1073
Copy link
Contributor

Superseded by #1035

@blink1073 blink1073 closed this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants