注释掉一些测试用代码
This commit is contained in:
@@ -157,10 +157,10 @@ while true do--Running
|
||||
--Receive data
|
||||
local s,_,p=SOCK:receive(length)
|
||||
if s then
|
||||
print(("%s[%d]:%s"):format(threadName,length,s))
|
||||
-- print(("%s[%d]:%s"):format(threadName,length,s))
|
||||
res=s
|
||||
elseif p then--UNF head
|
||||
print(("%s[%d/%d]:%s"):format(threadName,#p,length,p))
|
||||
-- print(("%s[%d/%d]:%s"):format(threadName,#p,length,p))
|
||||
UFF=true
|
||||
sBuffer=sBuffer..p
|
||||
length=length-#p
|
||||
|
||||
Reference in New Issue
Block a user