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

move libp2p/go-libp2p-gostream to p2p/net/gostream #2535

Merged
merged 25 commits into from
Aug 29, 2023

Conversation

marten-seemann
Copy link
Contributor

No description provided.

hsanjuan and others added 25 commits October 18, 2017 19:22
They aren't meant to be used directly, only as implementations
of net.Listener, net.Conn and net.Addr. Accessible via Dial()
and Listen().
Reset streams when no reading is going to be done anymore
migrate to consolidated types.
Pass context to dial and do not hardcode it
feat: use go-libp2p-core 0.7.0 stream interfaces
Otherwise, we might close the underlying connection before it returns,
causing the stream to be _reset_.
sync: update CI config files
* feat: expose some read-only methods on the underlying network.Stream interface

* refactor: override network.Stream instead of calling its methods individually

Co-authored-by: Jacob Heun <[email protected]>
@marten-seemann marten-seemann merged commit b427242 into master Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants