harwee/IQOption-Api

Sometime socket is already opened or closed and python throws an error

zmedia786 opened this issue · 4 comments

Hello sometimes the socket is open and sometimes it is closed. Can you kindly place a check when socket is not opened it opens the socket and when it is already opened then executes the remaining code.

yeah, that is a known problem, I think the problem is with heartbeat, It's not implemented on client side. I will look into it.

do we have a fix version for it

have you fixed this issue ?

start_socket_connection() is already called in login function. That's why. Please check.
image