RTC Forums

Subscription => Support => Topic started by: ISIGest on November 25, 2016, 07:41:39 PM



Title: Execute Exception bug
Post by: ISIGest on November 25, 2016, 07:41:39 PM
When I use Execute() method to call a prepared function, if the client could not connect with the server I got an exception "ERtcExecuteError" with a message "Error: Connection problems, no response received.", this is ok, but the "ErrorCode" is not "wait_Error" but "wait_Ok".
I think that it need to be "wait_Error" or not?


Title: Re: Execute Exception bug
Post by: D.Tkalcec (RTC) on November 25, 2016, 10:29:47 PM
What you get there is the ErrorCode returned from DoWaitForCompletion. In a nutshell, it means that WaitForCompletion returned with wait_OK (no more request pending), but there was NO RESULT received.

Best Regards,
Danijel Tkalcec