eht16 / python-logstash-async

Python logging handler for sending log events asynchronously to Logstash.
MIT License
182 stars 52 forks source link

On closing UDP/TCP socket, make sure it is reset #92

Closed eht16 closed 7 months ago

eht16 commented 8 months ago

This prevents re-using a possibly non-working socket instance in later send attempts which cannot work.

Closes #89.