i am connecting to KDB using c++ api and subscribing, after some idle time(60-90 mins approx) i don’t receive any data even publisher receives data, also seeing “Removing subscription” log on q server end.
but on subscriber end i don’t get any errors. can anyone help me on this issue?
also i got the “Removing subscription” log at the same time new data is published
Removing subscription" doesn’t seem to be what kdb+ prints by default. Check out your q code around where this message was printed to determine the cause of such error report.