From 9db434ff5c9d39a7519b2c0b986ecedd32fe168c Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Tue, 17 Dec 2024 18:11:30 +0800 Subject: [PATCH] feat: Group Monitoring Components, Enable Host Mode && Deprecate reliabilityLevel and unreadCount in notification.yml --- internal/msggateway/hub_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/msggateway/hub_server.go b/internal/msggateway/hub_server.go index 8e1edbec7..006acd59d 100644 --- a/internal/msggateway/hub_server.go +++ b/internal/msggateway/hub_server.go @@ -49,7 +49,7 @@ func (s *Server) Start(ctx context.Context, index int, conf *Config) error { conf.MsgGateway.RPC.RegisterIP, conf.MsgGateway.RPC.AutoSetPorts, conf.MsgGateway.RPC.Ports, index, conf.Discovery.RpcService.MessageGateway, - &conf.Share, + nil, conf, s.InitServer, )