-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Upgrade to tokio 0.2
#163
Merged
Merged
Upgrade to tokio 0.2
#163
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 4, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 4, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 4, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 4, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
This was referenced Dec 6, 2019
Closed
Closed
Closed
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 6, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 6, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 6, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 6, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 6, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 6, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
zenria
pushed a commit
to zenria/tonic
that referenced
this pull request
Dec 6, 2019
* master: Upgrade to `tokio 0.2` (hyperium#163) chore(interop): Update console dep (hyperium#155) Temporarily allow duplicate crossbeam-queue crates (hyperium#153) # Conflicts: # tonic/src/transport/server.rs
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 9, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 9, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 9, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
CjS77
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Merge pull request #1096 Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md Added yamux as a git submodule. Run git submodule init and git submodule update --recursive --remote. Optionally, run git config submodule.recurse true to enable updating all submodules on pull. This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete Made a TcpStream wrapper struct which implements futures AsyncWrite and AsyncRead to reduce the tie in to tokio Side note: investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
sdbondi
added a commit
to tari-project/tari
that referenced
this pull request
Dec 10, 2019
Yamux provides multiplexing over a ordered reliable connection (e.g. TCP). More info: https://github.com/hashicorp/yamux/blob/master/spec.md - This is working from a fork of yamux (develop branch), where the upgrade to futures 0.3.x is close to complete - Made a TcpStream wrapper struct which implements futures `AsyncWrite` and `AsyncRead` to reduce the tie in to tokio - _Side note:_ investigated upgrading to futures 0.3.x however there ended up being a few external libraries which are locked to alpha futures. This is WIP for tonic (hyperium/tonic#163) and tower (no PR - we may be able to pretty easily remove this dependency)
rabbitinspace
pushed a commit
to satelit-project/tonic
that referenced
this pull request
Jan 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.