Skip to content

Commit 6b26e35

Browse files
authored
fix(coordinator): Fix the bug that when closing, it doesn't delete (#99)
Signed-off-by: Flc゛ <[email protected]>
1 parent c57bd61 commit 6b26e35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coordinator/manager.go

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func (m *Manager) Close(identifier string) {
3333

3434
if c, ok := m.coordinators[identifier]; ok {
3535
c.Close()
36-
delete(m.coordinators, identifier)
3736
}
3837
}
3938

0 commit comments

Comments
 (0)