Skip to content

Commit

Permalink
check session id and timer id rewind
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Sep 30, 2023
1 parent ed61a35 commit c9c7150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lualib/moon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ function make_session(receiver)
return uuid
end

moon.make_session = make_session
function moon.make_session(receiver)
return make_session(receiver)
end

---
---向指定服务发送消息,消息内容会根据`PTYPE`类型调用对应的`pack`函数。
Expand Down

0 comments on commit c9c7150

Please sign in to comment.