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))