Tags: connectrpc/otelconnect-go
Tags
Close ClientStreaming on context cancellation (#152) On `CloseResponse` we must have stopped the connection and it is now safe to close the span. To handle context cancellation and ensure the span is always closed [`context.AfterFunc`](https://pkg.go.dev/context#AfterFunc) is added with a simpler backport for !go1.21.
Make option to omit trace events apply to streaming RPCs (#123) - Changes name of option from `OmitRPCEvents` to `OmitTraceEvents` to be more clear - Omits trace events for streaming too - Adds tests Closes: #92 --------- Co-authored-by: Akshay Shah <[email protected]>