☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.