Open lwldarkie opened 6 years ago
I don't see any indications of infinite looping in your error log. It looks like the app wasn't successfully connected to BitMEX in the first place, so there would be no orders to cancel. Can you connect via other methods (web API, api-connector, etc)?
in the bitmex.py, the function "exit" has handled this Excepttion like this:
I think it should go to the sys.exit() but it seems it came into a infinite loop. How should I do?