Skip to content

Commit

Permalink
Fix generic can't invoke repeatedly
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann committed Sep 6, 2021
1 parent 237fd26 commit f36d039
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public Object invoke(String service, String method, String[] parameterTypes, Obj
reference.setInterface(intf);
reference.setVersion(version);
reference.setGroup(group);

//Keep it consistent with the ConfigManager cache
reference.setSticky(false);
try {
removeGenericSymbol(parameterTypes);
GenericService genericService = reference.get();
Expand Down

0 comments on commit f36d039

Please sign in to comment.