This commit is contained in:
Cloud Wu
2018-06-07 15:25:41 +08:00
committed by 云风
parent f8b5ec48e8
commit 16d8f4c774
3 changed files with 184 additions and 163 deletions

View File

@@ -33,5 +33,6 @@ skynet.start(function()
error(string.format("Unknown command %s", tostring(cmd)))
end
end)
-- skynet.traceproto("lua", false) -- true off tracelog
skynet.register "SIMPLEDB"
end)