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
Recent changes moved the reactor register in the io_loop.
The io_loop thread is not managed by an executor, and tokio doesn't like
this.
This could and should be fixed in tokio-reactor-trait but requires a
breaking change there.
In the meantime, let's just move that part to the internal RPC task
which runs inside the executor.
While at it, make sure the tokio example runs properly by integrating in
the tests.
Fixes#436
0 commit comments