feat: use wire v2 framing for UDP workConn payload (#5340)

This commit is contained in:
fatedier
2026-05-28 18:06:56 +08:00
parent 3e19ef9bfd
commit 7f8d68b666
8 changed files with 111 additions and 36 deletions

View File

@@ -777,6 +777,7 @@ func (svr *Service) RegisterControl(
LoginMsg: loginMsg,
ServerCfg: svr.cfg,
ClientRegistry: svr.clientRegistry,
WireProtocol: wireProtocol,
})
if err != nil {
xl.Warnf("create new controller error: %v", err)