-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Hello
It seems that by using tokio-executor
under the hood, the behaviour changed in backwards-incompatible way. If inside one future I create a new core and try to run something in it, it panics with cannot recursively call into Core
(https://github.com/tokio-rs/tokio-core/blob/master/src/reactor/mod.rs#L242).
I know this is an edge case and that I'd try to avoid it in a real application (I use it in some tests, checking some edge cases of my own) and that the reason for it is to actually disallow this degenerate case, but it was allowed before, so I don't know if it's OK to forbid it now.
bluejekyll and phansch
Metadata
Metadata
Assignees
Labels
No labels