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

Give user an opportunity to handle exceptions occuring in websocket read_data #274

Merged
merged 2 commits into from
May 3, 2024

Conversation

byildiz
Copy link
Contributor

@byildiz byildiz commented Nov 4, 2023

This pull request resolves the problem of unhandled exceptions mentioned in #258 during reading data from websocket by giving user a way to handle exceptions. Now one can handle the exceptions in on_error callback e.g. firing a reconnect after a lost connection.

@byildiz byildiz changed the title Gives user an opprotunity to handle exceptions occuring in websocket read_data Give user an opportunity to handle exceptions occuring in websocket read_data Nov 4, 2023
@aisling-2 aisling-2 added the reviewing reviewing the issue label Nov 9, 2023
@MattGreeny
Copy link

👍 Looks great, yes please, this functionality would be really useful

@malvanos
Copy link

Please add this functionality. This is really important to detect connection errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewing reviewing the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants