Skip to content
Snippets Groups Projects
Commit 44a9b24d authored by zf4's avatar zf4
Browse files

bug fix

parent c84d85f6
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ func sendProcessedData(tuple []interface{}, bolt BoltInfo) {
servNum := child.ServNum
// Send data
port := strconv.Itoa(shared.CraneWorkerPort)
sendDataToWorker(data, servNum)
sendDataToWorker(data, servNum, port)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment