zerodha / pykiteconnect

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

Auto reconnection feature #19

Closed vividvilla closed 7 years ago

vividvilla commented 7 years ago

Auto reconenctions is not enabled by default and it can be enabled by setting enable_reconnect method.

kws.enable_reconnect(reconnect_interval=5, reconnect_tries=50)