quit signal recv,return nil handle
hbusc.go @@ -115,7 +115,7 @@ for { select { case <-q: return handle,errors.New("ctx is done") return nil,errors.New("ctx is done") default: if msg == nil { rid, err := json.Marshal(*ri)