mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
use integer for service address
This commit is contained in:
@@ -45,7 +45,7 @@ _cb(struct skynet_context * context, void * ud, int type, int session, uint32_t
|
|||||||
lua_pushlightuserdata(L, (void *)msg);
|
lua_pushlightuserdata(L, (void *)msg);
|
||||||
lua_pushinteger(L,sz);
|
lua_pushinteger(L,sz);
|
||||||
lua_pushinteger(L, session);
|
lua_pushinteger(L, session);
|
||||||
lua_pushnumber(L, source);
|
lua_pushinteger(L, source);
|
||||||
|
|
||||||
r = lua_pcall(L, 5, 0 , trace);
|
r = lua_pcall(L, 5, 0 , trace);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user