Hello,
I have noticed that using a breakpoint in a shared function may throw an unhandled exception continuously. Does sb noticed the same issue ?
Julien.
Unhandled exception with Breakpoint
Re: Unhandled exception with Breakpoint
I found the solution: it was due do the standard timeout, set at 10s initially.
Julien.
Julien.
Re: Unhandled exception with Breakpoint
OK... You can use ClientStub::setRemoteCallTimeoutMs() if you want to change the timeout to something other than 10s.