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

Connection drop generates unmanaged exception, when the request is being responded to #11

Closed
decimo3 opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels
🐞 bug Something isn't working

Comments

@decimo3
Copy link
Owner

decimo3 commented Feb 28, 2024

If the connection to Telegram drops when the request is being responded to, it generates an unmanaged exception causing the program to stop.

The exception does not terminate the program, as the Telegram library manages it, but it paralyzes the program's execution.

@decimo3 decimo3 added the 🐞 bug Something isn't working label Feb 28, 2024
@decimo3 decimo3 self-assigned this Feb 28, 2024
@decimo3
Copy link
Owner Author

decimo3 commented Mar 1, 2024

Error in the Telegram.Bot library, according to issue #1104.

The code flow falls into an infinite repetition when an error occurs in the response request (after having received the request).

TelegramBots/Telegram.Bot#1104

@decimo3 decimo3 added wontfix This will not be worked on and removed wontfix This will not be worked on labels Mar 1, 2024
@decimo3 decimo3 closed this as completed in 5be8c25 Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant