zerodha / pykiteconnect

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

fix: remove ping text from sendPing instead of binary payload from websocket #189

Closed ranjanrak closed 5 months ago

ranjanrak commented 5 months ago

Remove ping text from sendPing instead of binary payload in websocket.

ranjanrak commented 5 months ago

Done via https://github.com/zerodha/pykiteconnect/pull/190, fixed GitHub workflow regarding SSL version mismatch.