mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
fix typo
This commit is contained in:
@@ -22,9 +22,9 @@ lua examples/client.lua # Launch a client, and try to input some words.
|
|||||||
|
|
||||||
## About Lua
|
## About Lua
|
||||||
|
|
||||||
Skynet push a mondified version of lua 5.2.3 to 3rd/lua , it can share proto type between lua state (http://lua-users.org/lists/lua-l/2014-03/msg00489.html) .
|
Skynet put a modified version of lua 5.2.3 in 3rd/lua , it can share proto type between lua state (http://lua-users.org/lists/lua-l/2014-03/msg00489.html) .
|
||||||
|
|
||||||
Each lua file only load once and cache it in memory during skynet start, so if you want to reflush the cache , call skynet.cache.clear() .
|
Each lua file only load once and cache it in memory during skynet start . so if you want to reflush the cache , call skynet.cache.clear() .
|
||||||
|
|
||||||
You can also use the offical lua version , edit the makefile by yourself .
|
You can also use the offical lua version , edit the makefile by yourself .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user