As subject, my application need to continuously retrieve price from TREP for 7x24.
By referring the reply in a similar question, I tried using Channel and specifying ConnectionPingTimeout, but seems doesn't work, the session still end once after receiving price.
I can't find any similar case in official sample also.
Should I use dead loop or long time thread sleep after registerClient() to keep the connection alive?
Any code or sample for my refer?
Much appreciated for any suggestion!