liuxiaolong
2020-12-25 b61d274635a36993b33e5b7fcf870ad8c09ee1c3
quit signal recv,return nil handle
1个文件已修改
2 ■■■ 已修改文件
hbusc.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)