☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2017
tahseen
December 2017
sujith
Kite WebSocket - Reconnect
tahseen
December 2017
in
Python client
Dear Team,
If I reconnect to WebSocket with new Public Token, do I have to use resubscribe ?
Or the reconnect calls the on_connect ?
Tagged:
Python Client
WebSocket
sujith
December 2017
Hi,
It doesn't resubscribe after re-connect. We will fix it in next version of pykiteconnect.
tahseen
December 2017
@sujith
which is okay. Am fine by it. So means on reconnect, I should call subscribe myself at the moment ? Right
sujith
December 2017
Yes, as of now you need to explicitly call subscribe after reconnect.
Ideally, pykiteconnect should take care of it.
tahseen
December 2017
Ok thanks
This discussion has been closed.
It doesn't resubscribe after re-connect. We will fix it in next version of pykiteconnect.
Ideally, pykiteconnect should take care of it.