Closed mrkraimer closed 7 years ago
Unless I hear objections I will merge tomorrow Thursday May 25.
I find the comment misleading. What is issueConnect()
??
Otherwise, this seems to adequately address the issue that channel is NULL (was never connected).
When a PvaClientChannel is created it does not immediately connect. This means that it's internal channel variable is null. The channel variable only receives a non null value when issueConnect is called. I hope this explanation helps.
I will now merge
Fix problem that PvaClientChannel::setStateChangeRequester fails if issueConnect not called