Fix issue with connections breaking due to subsequent errors occuring
If a connection throws multiple errors two potential error cases can occur: `unhandledRejection` or `uncaughtException`
- This occurs if the mariadb socket connection unexpectedly closes, via server crashing, docker stop|docker compose down.
Fixes #323
合并状态:未合并 0 条评论