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
setAfterMethodCallOnServiceQueue(..) , but not called.
I find the problem in function BaseServiceQueueImpl.doHandleMethodCall(...)
If the service method return ServiceConstants.VOID , afterMethodCall will be lost.
I think something is wrong when I set afterMethodCall... but not be invoked.
I find the receiver handler of ServiceQueue's responseQueue does not invoke afterMethodCall in function CallbackManagerWithTimeout's method handleResponse(...)
thanks.
The text was updated successfully, but these errors were encountered:
I can do it, but maybe after some days. because I'm very busy on work now. so ...
I have some other advice on sync -> async call when refactor old sync source code. will new a issue.
setAfterMethodCallOnServiceQueue(..) , but not called.
I find the problem in function BaseServiceQueueImpl.doHandleMethodCall(...)
If the service method return ServiceConstants.VOID , afterMethodCall will be lost.
I think something is wrong when I set afterMethodCall... but not be invoked.
I find the receiver handler of ServiceQueue's responseQueue does not invoke afterMethodCall in function CallbackManagerWithTimeout's method handleResponse(...)
thanks.
The text was updated successfully, but these errors were encountered: