Skip to content

Commit

Permalink
fix: #121 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: kezhu.wukz <kezhu.wukz@alipay.com>
  • Loading branch information
atellwu and kezhu.wukz authored Aug 23, 2020
1 parent bea8df7 commit a2a50d5
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 a2a50d5

Please sign in to comment.