I am using ImageViewerWpfControl
I registered for ConnectResponseReceived event and I noticed that:
if there is a regular estabilished connection to the recording server the event is fired (==>> e.ConnectionGranted is true) , BUT
event is not fired for the opposite event (there is NO regular estabilished connection to the recording server ==>> e.ConnectionGranted ‘should be’ false)
Is it a bug? How can I handle programmatically such situation (client loose connection to recording server)?