Skip to content
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

Chop AddrStream out completely #2850

Closed
seanmonstar opened this issue May 20, 2022 · 3 comments · Fixed by #2869
Closed

Chop AddrStream out completely #2850

seanmonstar opened this issue May 20, 2022 · 3 comments · Fixed by #2869
Labels
A-server Area: server. C-feature Category: feature. This is adding a new feature. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Milestone

Comments

@seanmonstar
Copy link
Member

The AddrStream type can just go. Get out of here. Gone. It provides no benefit over tokio::net::TcpStream.

@seanmonstar seanmonstar added A-server Area: server. E-easy Effort: easy. A task that would be a great starting point for a new contributor. C-feature Category: feature. This is adding a new feature. labels May 20, 2022
@seanmonstar seanmonstar added this to the 1.0 milestone May 20, 2022
@oddgrd
Copy link
Contributor

oddgrd commented May 24, 2022

Hi! I'd like to start contributing to this project, and this issue looks like a good place to start. I'm a bit of a rust and OSS noob, so I may need some guidance even though it should be easy.

oddgrd added a commit to oddgrd/hyper that referenced this issue May 24, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream

closes issue hyperium#2850
oddgrd added a commit to oddgrd/hyper that referenced this issue May 24, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream

closes issue hyperium#2850
oddgrd added a commit to oddgrd/hyper that referenced this issue May 25, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream

closes issue hyperium#2850
@seanmonstar seanmonstar linked a pull request May 25, 2022 that will close this issue
seanmonstar pushed a commit that referenced this issue Jun 8, 2022
remove addrstream type, it provides no benefit over tokio::net::tcpstream

Closes #2850
@nyetwurk
Copy link

nyetwurk commented Nov 16, 2023

Is there a porting guide for code that refers to AddrStream?

https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka/actions/runs/6885669438/job/18730158137?pr=168

@seanmonstar
Copy link
Member Author

There isn't currently such a guide, but I suggested making one in #3411.

allan2 added a commit to allan2/tonic that referenced this issue Dec 7, 2023
Replaced with `tokio::net::TcpStream`.
Inspired by hyperium/hyper#2850
ikrivosheev pushed a commit to ikrivosheev/tonic that referenced this issue Jan 10, 2024
Replaced with `tokio::net::TcpStream`.
Inspired by hyperium/hyper#2850
alexrudy pushed a commit to alexrudy/tonic that referenced this issue Apr 3, 2024
Replaced with `tokio::net::TcpStream`.
Inspired by hyperium/hyper#2850
alexrudy pushed a commit to alexrudy/tonic that referenced this issue May 20, 2024
Replaced with `tokio::net::TcpStream`.
Inspired by hyperium/hyper#2850
alexrudy pushed a commit to alexrudy/tonic that referenced this issue May 21, 2024
Replaced with `tokio::net::TcpStream`.
Inspired by hyperium/hyper#2850
alexrudy pushed a commit to alexrudy/tonic that referenced this issue May 26, 2024
Replaced with `tokio::net::TcpStream`.
Inspired by hyperium/hyper#2850
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-server Area: server. C-feature Category: feature. This is adding a new feature. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants