删除一段无用注释

This commit is contained in:
MrZ626
2020-12-07 01:14:50 +08:00
parent af3bc9427d
commit 7bed61f210

View File

@@ -77,16 +77,5 @@ function Tick.wsCONN_connect(task)
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