You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logger's logging methods are technically asynchronous, but no component of the system calls them as such. This means Discord backend errors can cause KockaLogger to crash due to uncaught promise rejections.
Reproduction steps
Steps to reproduce the behavior:
Wait for Discord backend to get unstable
Get KockaLogger to report an error at that time
See how it crashes and restarts
Expected behavior
It doesn't crash.
The text was updated successfully, but these errors were encountered:
Description
The logger's logging methods are technically asynchronous, but no component of the system calls them as such. This means Discord backend errors can cause KockaLogger to crash due to uncaught promise rejections.
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
It doesn't crash.
The text was updated successfully, but these errors were encountered: