honeycombio / libhoney-go

Go library for sending data to Honeycomb
Apache License 2.0
58 stars 40 forks source link

Race condition on Honeycomb.Flush #139

Closed bfreis closed 3 years ago

bfreis commented 3 years ago

Versions

Steps to reproduce

  1. Call .Flush() from multiple goroutines.
  2. See a "panic: close of closed channel"

Additional context