binance-connector-python
binance-connector-python copied to clipboard
Give user an opportunity to handle exceptions occuring in websocket read_data
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.