Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Stability in Glee by Handling Message and Connection Failures #640

Closed
KhudaDad414 opened this issue Dec 11, 2023 · 3 comments · Fixed by #666
Closed

Improve Stability in Glee by Handling Message and Connection Failures #640

KhudaDad414 opened this issue Dec 11, 2023 · 3 comments · Fixed by #666
Labels
enhancement New feature or request released

Comments

@KhudaDad414
Copy link
Member

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.

@KhudaDad414 KhudaDad414 added the enhancement New feature or request label Dec 11, 2023
@HarshDeep61034
Copy link

Assign this issue to me, I would love to work on this.

@KhudaDad414
Copy link
Member Author

@HarshDeep61034 Sure. you can open a PR with a fix.

@asyncapi-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.36.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants