mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:32:26 +08:00
协议密钥动态随机生成
This commit is contained in:
@@ -35,7 +35,7 @@ func Run(ctx context.Context, configFile string) error {
|
||||
forwardManager := forward.NewForwardManager(protoMsgInput, protoMsgOutput, kcpEventInput, kcpEventOutput, netMsgInput, netMsgOutput)
|
||||
forwardManager.Start()
|
||||
|
||||
messageQueue := mq.NewMessageQueue(netMsgInput, netMsgOutput)
|
||||
messageQueue := mq.NewMessageQueue(netMsgInput, netMsgOutput, kcpEventInput)
|
||||
messageQueue.Start()
|
||||
defer messageQueue.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user