signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 48 forks source link

signalflow: close computation data channel in writer goroutine #100

Closed keitwb closed 4 years ago

keitwb commented 4 years ago

This helps prevent panics when shutting down a computation.

Fixes #98.

shrivu-stripe commented 4 years ago

Awesome, this is working!