fix
This commit is contained in:
parent
7d50379b3d
commit
10f401066b
|
@ -63,7 +63,7 @@ var (
|
||||||
//写的缓冲队列
|
//写的缓冲队列
|
||||||
WriteBufferPool: &buffPool,
|
WriteBufferPool: &buffPool,
|
||||||
//是否支持压缩
|
//是否支持压缩
|
||||||
EnableCompression: false,
|
EnableCompression: true,
|
||||||
}
|
}
|
||||||
//websocket连接存储
|
//websocket连接存储
|
||||||
mapConnPool = sync.Map{}
|
mapConnPool = sync.Map{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user