mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
add module skynet.harbor
This commit is contained in:
@@ -221,7 +221,7 @@ _send(lua_State *L) {
|
||||
}
|
||||
if (session < 0) {
|
||||
// send to invalid address
|
||||
// todo: maybe throw error is better
|
||||
// todo: maybe throw error whould be better
|
||||
return 0;
|
||||
}
|
||||
lua_pushinteger(L,session);
|
||||
|
||||
Reference in New Issue
Block a user