mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
Fix handle register when slot[0] is null will segmentation fault (#1574)
This commit is contained in:
10
examples/config.handle
Normal file
10
examples/config.handle
Normal file
@@ -0,0 +1,10 @@
|
||||
include "config.path"
|
||||
|
||||
thread = 8
|
||||
logger = "skynet.log"
|
||||
logpath = "."
|
||||
harbor = 0
|
||||
start = "testhandle" -- main script
|
||||
bootstrap = "snlua bootstrap" -- The service for bootstrap
|
||||
cpath = root.."cservice/?.so"
|
||||
--daemon = "./skynet.pid"
|
||||
Reference in New Issue
Block a user