go-libp2p-gorpc icon indicating copy to clipboard operation
go-libp2p-gorpc copied to clipboard

A simple RPC library for libp2p.

Results 8 go-libp2p-gorpc issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.41.0 to 0.42.0. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.42.0 New Features added a qlog tracer for events that happen before / outside of established connection: #4305...

dependencies

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

There should be a way to stop the RPC server and de-register the stream handler.

It should be quite straightforward to do this.

Hi, I can't seem to find any good examples of streaming using gorpc. I was able to hack together a basic example, but it doesn't seem to be receiving any...

This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.

hi, is it possible to send manuel request to these npc servers using `curl`? for example, I can make this call and get data from another peer, is it possible...