Skip to content
Snippets Groups Projects
Commit 055387a6 authored by zf4's avatar zf4
Browse files

savedata

parent e1d4551c
Branches main
No related tags found
No related merge requests found
...@@ -439,7 +439,7 @@ func handleWorkerConnection(conn net.Conn) { ...@@ -439,7 +439,7 @@ func handleWorkerConnection(conn net.Conn) {
// TODO: Process data // TODO: Process data
fmt.Println(*data) fmt.Println(*data)
//saveData(data.Tuple) saveData(data.Tuple)
} }
} }
conn.Close() conn.Close()
......
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