Skip to content
Snippets Groups Projects
Commit 8e3a11d8 authored by Xinyuv's avatar Xinyuv
Browse files

rua

parent d4cfcf8d
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ func handleWorkerRequest(conn net.Conn) {
gobDecoder.Decode(data)
// Write ack response
//conn.Write([]byte("Ack"))
go processData(*data)
processData(*data)
}
}
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