Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: kezhu.wukz <kezhu.wukz@alipay.com>
  • Loading branch information
2 people authored and nocvalight committed Aug 23, 2020
1 parent a6e5e3e commit 6def0d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ public boolean deleteByConnectId(String connectId) {
}
}
}
//force remove connectId
invalidateConnectIndex(connectId);
return true;
} catch (Exception e) {
LOGGER.error("Delete subscriber by connectId {} error!", connectId, e);
Expand Down

0 comments on commit 6def0d5

Please sign in to comment.