升级默认的连接管理的实现

This commit is contained in:
2021-04-17 23:58:26 +08:00
parent 99f17f86ec
commit 854c9b0ad7
2 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,7 @@ type IConnection interface {
// Store 存储
Store(ctx *context.WSContext)
// Del 移除
Del(ctx *context.WSContext)
Del(ctx *context.WSContext, message string)
// GetCtxList 获取连接列表
GetCtxList(cidList ...string) []*context.WSContext
// Clear 清空连接