fix
This commit is contained in:
parent
f7c0d90ab3
commit
bcbcf0a4b2
|
@ -28,7 +28,7 @@ func NewCommonNotifyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Comm
|
||||||
}
|
}
|
||||||
|
|
||||||
// 定义公共回调未找到websocket连接时暂存数据缓冲队列
|
// 定义公共回调未找到websocket连接时暂存数据缓冲队列
|
||||||
var commonConnectionNotFoundDataCacheChan = make(chan commonConnectionNotFoundDataCacheChanItem, 2000)
|
var commonConnectionNotFoundDataCacheChan = make(chan commonConnectionNotFoundDataCacheChanItem, 100)
|
||||||
|
|
||||||
type commonConnectionNotFoundDataCacheChanItem struct {
|
type commonConnectionNotFoundDataCacheChanItem struct {
|
||||||
retryTimes int //重回队列次数
|
retryTimes int //重回队列次数
|
||||||
|
|
Loading…
Reference in New Issue
Block a user