merge upstream

This commit is contained in:
2025-12-10 16:56:35 +08:00
43 changed files with 802 additions and 150 deletions

View File

@@ -217,7 +217,7 @@ func NewControl(
ctl.msgDispatcher = msg.NewDispatcher(ctl.conn)
}
ctl.registerMsgHandlers()
ctl.msgTransporter = transport.NewMessageTransporter(ctl.msgDispatcher.SendChannel())
ctl.msgTransporter = transport.NewMessageTransporter(ctl.msgDispatcher)
return ctl, nil
}