It happens frequently enough when I shut down my AddOn with FundamentalData that I have turned that subscription off entirely. But I just saw a case with MarketData now too, though this is the first time for that in many hundreds of hours of runs.
Long story short, is there an NT8 object I am supposed to be locking? Like when I do something like this:
MarketData marketData = new(instrument); // Saw a hang on a line like this: marketData.Update += OnMarketData;
// Seen many hangs on a line like this: _fundamentalData.Update -= OnFundamentalData;
Thanks in advance for any help you can provide.
Regards,
Peter

Comment