binance-connector-python icon indicating copy to clipboard operation
binance-connector-python copied to clipboard

Give user an opportunity to handle exceptions occuring in websocket read_data

Open byildiz opened this issue 2 years ago • 2 comments

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 avatar Nov 04 '23 15:11 byildiz

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

MattGreeny avatar Nov 09 '23 21:11 MattGreeny

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

malvanos avatar Feb 19 '24 10:02 malvanos