From 9558e7c4ffcab6698240a4080b20b44fa491319e Mon Sep 17 00:00:00 2001 From: wnp Date: Wed, 29 Jun 2022 14:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=9D=83=E9=99=90=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gateway/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateway/module.go b/modules/gateway/module.go index 783c3f282..ab704185e 100644 --- a/modules/gateway/module.go +++ b/modules/gateway/module.go @@ -23,7 +23,7 @@ type Gateway struct { modules.ModuleBase service base.IRPCXService wsService *WSServiceComp //websocket 服务组件 提供websocket服务监听 - agentMgr *AgentMgrComp //用户代理对象管理组件 管理用户socekt对象 + agentMgr *AgentMgrComp //用户代理对象管理组件 管理用户socket对象 configure *configureComp }