Currently the KeepAliveTimer and all the controlling methods are private ->
therefore I cannot just stop the KeepAliveTimer for my client.
Why would I want to do that?
E.g. I want to check the Performance of something inside my server (using this client) - e.g. of my Subscriptions, then I do not want any ReadRequest to interfere with the Subscription Stuff running in my server. (Same goes for any other Performance Test I want to run).
Type of issue
Current Behavior
Currently the KeepAliveTimer and all the controlling methods are private -> therefore I cannot just stop the KeepAliveTimer for my client. Why would I want to do that? E.g. I want to check the Performance of something inside my server (using this client) - e.g. of my Subscriptions, then I do not want any ReadRequest to interfere with the Subscription Stuff running in my server. (Same goes for any other Performance Test I want to run).
Expected Behavior
KeepAlive (Timer) can somehow be stopped
Steps To Reproduce
No response
Environment
Anything else?
What do you think of: