noctarius / timescaledb-event-streamer

timescaledb-event-streamer is a command line program to create a stream of CDC (Change Data Capture) TimescaleDB Hypertable events from a PostgreSQL installation running the TimescaleDB extension.
Apache License 2.0
39 stars 3 forks source link

Fixed data race in unboundedchannel while closing #212

Closed noctarius closed 6 months ago

noctarius commented 6 months ago

Fixes a data race in the unbounded channel when the internal 'in' channel is closed and written to at the same time