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
Reason/Context:
Glee currently experiences crashes when message delivery fails or a server connection cannot be established. Ideally, Glee should continue to operate normally under these circumstances, without interruption.
Proposed Solution:
To enhance Glee's resilience, I propose implementing try/catch blocks inside all of the send() and connect() methods across all adapters.
Implementing this broadly will prevent crashes and improve overall stability.
The text was updated successfully, but these errors were encountered:
Reason/Context:
Glee currently experiences crashes when message delivery fails or a server connection cannot be established. Ideally, Glee should continue to operate normally under these circumstances, without interruption.
Proposed Solution:
To enhance Glee's resilience, I propose implementing try/catch blocks inside all of the
send()
andconnect()
methods across all adapters.Implementing this broadly will prevent crashes and improve overall stability.
The text was updated successfully, but these errors were encountered: