You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Can anyone shed some light on how we code for auto reconnect, when TWS clients disconnected, effectively ending our API connectivity. Currently I need to restart my BOT daily when TWS restarts. I was wondering if anyone has done a similar code where it checks like heartbeat and reconnect, so that I don't have to restart my BOT every day when TWS restarts. I'm not sure if IB_Insync has any function out of the box?
Folks,
Can anyone shed some light on how we code for auto reconnect, when TWS clients disconnected, effectively ending our API connectivity. Currently I need to restart my BOT daily when TWS restarts. I was wondering if anyone has done a similar code where it checks like heartbeat and reconnect, so that I don't have to restart my BOT every day when TWS restarts. I'm not sure if IB_Insync has any function out of the box?
Many Thanks