Production hangs
Production hangs
Lately my code hangs after couple of hours of running when trying to get history candles. On demo account with running same code everything works fine. Did you change something on production servers?
Hi noob7,
It's impossible for somebody to help you with this kind of information. What code are you running? What do you mean the code hangs? Did you debug it on your side?
Got error:
heartbeat finished with Faulted Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host..
And my code in c# hangs. Maybe you did lower number of active connections available on real accounts vs demo ones? Because my demo account running same code same configuration works fine.
RE:
noob7 said:
Got error:
heartbeat finished with Faulted Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host..
And my code in c# hangs. Maybe you did lower number of active connections available on real accounts vs demo ones? Because my demo account running same code same configuration works fine.
Hi noob7,
So you are using Open API? You can find the current limits here
RE: RE:
Turns out my disk space run out thats why it hang. Weird that I didnt get any exception nor information from windows that I`m out of disk space.