EventStore / EventStore-Client-Go

Go Client for Event Store version 20 and above.
Apache License 2.0
105 stars 27 forks source link

Prevent from sending a message to an already closed channel. #189

Open YoEight opened 1 week ago

YoEight commented 1 week ago

Fixed: Prevent from sending a message to an already closed channel.

Fixes #187

Not completely foolproof, but using an atomic boolean strikes a good balance between accuracy and performance.