From 888ce3074dd01746f10aa9e572691a546ea7a26c Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Mon, 11 Oct 2021 17:31:10 +0800 Subject: [PATCH] update --- core/im.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/im.go b/core/im.go index 3fdb434..d8517c2 100644 --- a/core/im.go +++ b/core/im.go @@ -245,6 +245,7 @@ func (sender *BaseSender) Await(callback func(string, error) interface{}, params c.Result = make(chan interface{}, 1) key := fmt.Sprintf("u=%v&c=%v&i=%v", sender.GetUserID(), sender.GetChatID(), sender.GetImType()) if oc, ok := waits.LoadOrStore(key, c); ok { + fmt.Println(waits.LoadOrStore(key, c)) oc.(Carry).Chan <- InterruptError } fmt.Println(waits.LoadOrStore(key, c))