connect-go icon indicating copy to clipboard operation
connect-go copied to clipboard

The Go implementation of Connect: Protobuf RPC that works.

Results 63 connect-go issues
Sort by recently updated
recently updated
newest added

**feature request** - http.Server{ WriteTimeout: } is set as the timeout for all handlers. - https://connectrpc.com/docs/go/deployment#timeouts-and-connection-pools - https://github.com/golang/go/issues/16100 - http.NewResponseController is supported starting with Go 1.20. **solve** - Introduce a...

enhancement

I had some code that was using goroutines to receive data from other systems (using JSON-RPC 2.0 over WebSocket) and send that data over a streaming RPC connection, and I...