zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
965 stars 462 forks source link

fix: gracefully exit websocket for exceeding max retry attempts #149

Closed ranjanrak closed 1 year ago

ranjanrak commented 2 years ago

Gracefully exit the websocket once maximum retry attempts is exhausted.

vividvilla commented 1 year ago

This should go in send_noreconnect method and not the callback method.