This commit is contained in:
1-6
2023-07-30 19:36:31 +08:00
parent 10252911b6
commit 7b294d2443
6 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func deleteSenderRegister(runtime_id string) {
if ok {
sm := v.(*sync.Map)
sm.Range(func(key, value any) bool {
fmt.Println(key)
// fmt.Println(key)
sm.Delete(key)
return true
})