This commit is contained in:
laodaming 2023-09-05 10:32:40 +08:00
parent 7d50379b3d
commit 10f401066b

View File

@ -63,7 +63,7 @@ var (
//写的缓冲队列
WriteBufferPool: &buffPool,
//是否支持压缩
EnableCompression: false,
EnableCompression: true,
}
//websocket连接存储
mapConnPool = sync.Map{}