You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I occasionally get the message "failed to invoke [method]on [hub]" in my logs. However, I do not get a callback to the OnError method in my HubInvokeCallback. I see that in HubProxy.java, line 67 is commented out. Could this be the issue? What is the reason it is commented out? Example invoke code is attached below and the OnError method is never called.
To be honest - I don't remember. :) I think it might be a threading issue or maybe it's a problem if the error sholud be set in the transport layer. I think OnResult in your code is called from another location in the code... I'm sorry I can't be more clear.
Hi,
I occasionally get the message "failed to invoke [method]on [hub]" in my logs. However, I do not get a callback to the
OnError
method in my HubInvokeCallback. I see that inHubProxy.java
, line 67 is commented out. Could this be the issue? What is the reason it is commented out? Example invoke code is attached below and the OnError method is never called./Emil
The text was updated successfully, but these errors were encountered: