Have you enabled reconnection properly? You have to call enable_reconnect method explicitly to enable automatic re-connections. It should look like this: kws.enable_reconnect(reconnect_interval=5, reconnect_tries=50)
Hi I checked for the time this happens it usually takes place at 11:15 for sure and then randomly after that for about 2-3 times before the market closes
Which client library are you using?
Have you enabled reconnection properly? You have to call enable_reconnect method explicitly to enable automatic re-connections. It should look like this:
kws.enable_reconnect(reconnect_interval=5, reconnect_tries=50)
You can check out the example here
Can you let us know about your use case?
Do you see any pattern like does it happen at a particular time and how often does it happen?
Can you elaborate what you are doing after getting a tick?
Are those algorithms include complex calculations?
itmaybeahack.com/homepage/iblog/architecture/C551260341/E20081031204203/index.html