Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init_httpserver at the end of initialize (#517)
init_httpserver references IOLoop.current() If a server extension sets an asyncio EventLoopPolicy, any prior reference to IOLoop.current or asyncio.get_event_loop() will be invalidated. We should try to avoid this during intialize at all, or at least until the very end. Arguably, the http server listen should occur in `.start()`
- Loading branch information