mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
1. 可以在服务运行中动态require socket
2. 添加方法skynet.retpack/skynet.dispatch_unknown_request 3. skynet.filter透传参数
This commit is contained in:
@@ -491,7 +491,7 @@ luaopen_socketdriver(lua_State *L) {
|
||||
if (lua == NULL || lua->ctx == NULL) {
|
||||
return luaL_error(L, "Init skynet context first");
|
||||
}
|
||||
assert(lua->L == L);
|
||||
// assert(lua->L == L);
|
||||
lua_pop(L,1);
|
||||
|
||||
lua_pushlightuserdata(L, lua->ctx);
|
||||
|
||||
Reference in New Issue
Block a user