Hi, I was running my python program to test the stability to get data through RTO(via internet).(it's not complete yet, still in development)
And on last Saturday, the Websocket just closed without any error.
So, my question is how do I write the program so that it re-connects after disconnection automatically?
And isn't run_forever() suppose to do that for me? Thank you.