Closed keitwb closed 4 years ago
Messages that came in after the channel closed were casuing a panic by sending to a closed channel. This will ensure no messages are sent to a channel after it is closed on client shutdown.
Fixes #98.
This seems fine, but flagging for @keitwb that there are some flaky datapoint tests in here.
Messages that came in after the channel closed were casuing a panic by sending to a closed channel. This will ensure no messages are sent to a channel after it is closed on client shutdown.
Fixes #98.