python-logging-discord-handler icon indicating copy to clipboard operation
python-logging-discord-handler copied to clipboard

Send webhooks in a new thread.

Open bsrecker opened this issue 7 months ago • 1 comments

The current implementation was problematic because webhook posts were not being handled in a separate thread. This PR attempts to resolve that by triggering a new thread for each post.

Additionally, the timeout duration was increased to 10 to accommodate any network issues.

bsrecker avatar Nov 13 '23 19:11 bsrecker