Open lijishuai opened 8 years ago
Do you want to try a patch? PR?
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.
Ok.. Sounds good. I look forward to the PR. Thanks for using QBit and keep the feedback coming.
If you don't have time for a PR, try at least a code sample or unit test that shows the problem.
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.