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
The issue is that the timer in 0.2 doesn't spawn a background thread by default, so you are responsible for "ticking" the timer handle.
Looking at the file more closely, I don't think it is very useful anymore. I would probably just delete smoke.rs and remove the old timer dep and call it a day.
This example uses tokio-timer 0.1. This is an old dependency.
The example should be updated to use the latest release of tokio-timer.
The text was updated successfully, but these errors were encountered: