This commit is contained in:
laodaming 2023-07-27 16:29:09 +08:00
parent 58c0580cad
commit d843fff73d

View File

@ -54,7 +54,7 @@ var (
WriteBufferPool: &buffPool,
EnableCompression: true,
}
//连接map池
//websocket连接存储
mapConnPool = sync.Map{}
)