Hi,
We encountered a situation where there was a network disconnection for a brief period after which liveSourceToolkit->GetLiveData() always returned LIVE_REQUEST_TIMED_OUT.
We were doing this in an infinite loop and hence it did not get the Live Data at all after the disconnection. However, after breaking out of the loop re-starting the entire procedure (login, factory->CreateInstance(), sourceToolkit->Connect(), liveSourceToolkit->StartLiveStream() ), we could get the live data again.
Is this the only way to do it or is there something that we’re missing?