honeycombio / libhoney-go

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

Fix race condition in test and other test bugs #162

Closed kentquirk closed 2 years ago

kentquirk commented 2 years ago

Which problem is this PR solving?

This fixes #161 and a couple of other issues discovered while debugging it.

The immediate problem is that running the test under -race worked on my machine, while running without it hung forever.

Short description of the changes