-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
考虑使用tokio runtime #100
Labels
Comments
|
噢,这是搞了一套新的Server框架啊……可以研究一下 |
大部分迁移了。tokio-signal目前依然不支持新的tokio接口,无法完全迁移。 |
非常棒👍 |
migrate-tokio 这个branch目前已经是可用状态,欢迎试用 |
已经尝试 |
zonyitoo
added a commit
that referenced
this issue
May 15, 2018
* Add #102 link in README * Migrating to tokio, #100 * Migrated to tokio-signal v0.2, reformatted * Should not call tokio::spawn before tokio::run * Build nightly and stable with different image tag * Removed unnecessary rustup install * Renamed version to v1.7.0-alpha * Removed deprecated calls of Buf * Updated dependencies * [#106] Fixed bug, should not hold UDP connections forever * Lower info log to debug * Bump version to v1.7.0-alpha.2 * Implement a simple DNS relay server, bump version to v1.7.0-alpha.3 * Better logging * Fixed build on travis * Add elapsed time in log * Should not exit if handler return error * reformatted * Add test for DNS * Updated ssdns param * Use `trust-dns` and impl Trait 1. Replaced `ToSocketAddrs` with `trust-dns` 2. Uses impl Trait for functions 3. Updated dependencies 4. Fixed bugs * Bug fixed, logging crate in ssdns
已经更新到alpha.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/tokio-rs/tokio
The text was updated successfully, but these errors were encountered: