Hi i am facing issues in reconnection of socket when there is a 10 second network issue in my windows-7 and windows-10 machine, After that ticks stop coming. Is there any code that i can write to handle network issue and reconnect if there is one for small duration?
Can you check if on disconnect is called?
It is called on_close in python, check out websocket section in python documentation.