1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/plugin
Dave McGregor f9bf364f23 Ensure gRPC ClientStream override methods do not panic.
Previously, the channel used to aggregate the finished state of the stream
could be closed while still open to receiving stream state events.

This removes the closing of the channel, and instead adds a "done" channel that
is used to skip sending to the channel after the receiver is done.
2020-05-20 18:07:53 -04:00
..
grpctrace Ensure gRPC ClientStream override methods do not panic. 2020-05-20 18:07:53 -04:00
httptrace Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -07:00
othttp Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00