Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use tokio interval instead of std sleep
In case of using async, std sleep is blocking. So it is better to use tokio time instead
- Loading branch information