[ Agent ] [ Executor ] - fix bugs

This commit is contained in:
zeaslity
2023-10-24 11:27:20 +08:00
parent 8080314d9b
commit 4afb62f7cf
10 changed files with 34 additions and 24 deletions

View File

@@ -46,7 +46,7 @@ func INIT(agentServerInfoConf string) chan bool {
initToServerQueue := &rabbitmq.RabbitQueue{
RabbitProp: initToServerProp,
}
defer initToServerQueue.Close()
//defer initToServerQueue.Close()
// 建立连接
initToServerQueue.Connect()