Fix handle register when slot[0] is null will segmentation fault (#1574)

This commit is contained in:
涵曦
2022-04-13 22:36:47 +08:00
committed by GitHub
parent e37eb3cba0
commit ee103e97cd
3 changed files with 48 additions and 3 deletions

10
examples/config.handle Normal file
View 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"