We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57bd61 commit 6b26e35Copy full SHA for 6b26e35
coordinator/manager.go
@@ -33,7 +33,6 @@ func (m *Manager) Close(identifier string) {
33
34
if c, ok := m.coordinators[identifier]; ok {
35
c.Close()
36
- delete(m.coordinators, identifier)
37
}
38
39
0 commit comments