优化建立连接
This commit is contained in:
@ -22,7 +22,7 @@ type IWebsocket interface {
|
||||
// Author : go_developer@163.com<张德满>
|
||||
//
|
||||
// Date : 6:39 下午 2021/3/27
|
||||
Connect(ctx *context.WSContext)
|
||||
Connect(ctx *context.WSContext) error
|
||||
// Disconnect 断开连接时处理的方法
|
||||
//
|
||||
// Author : go_developer@163.com<张德满>
|
||||
|
Reference in New Issue
Block a user