Skip to content

Commit a2a50d5

Browse files
atellwukezhu.wukz
andauthored
fix: #121 (#122)
Co-authored-by: kezhu.wukz <[email protected]>
1 parent bea8df7 commit a2a50d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/server/session/src/main/java/com/alipay/sofa/registry/server/session/store/SessionInterests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ public boolean deleteByConnectId(String connectId) {
167167
}
168168
}
169169
}
170+
//force remove connectId
171+
invalidateConnectIndex(connectId);
170172
return true;
171173
} catch (Exception e) {
172174
LOGGER.error("Delete subscriber by connectId {} error!", connectId, e);

0 commit comments

Comments
 (0)