删除一段无用注释
This commit is contained in:
@@ -77,16 +77,5 @@ function Tick.wsCONN_connect(task)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
-- function Tick.wsCONN_write()
|
|
||||||
-- while true do
|
|
||||||
-- local message=coroutine.yield()
|
|
||||||
-- if message then
|
|
||||||
-- local writeErr=client.write(WSCONN,message)
|
|
||||||
-- if writeErr then
|
|
||||||
-- print(writeErr,"warn")
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
-- end
|
|
||||||
|
|
||||||
return Tick
|
return Tick
|
||||||
Reference in New Issue
Block a user