GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
836228c9de45e439b58754a4e39fb5eb065b696e
Authored by
zhouhaihai
2019-09-05 11:21:41 +0800
1 parent
61421173
热更新 bug
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/agent.lua
Inline
Side-by-side
src/agent.lua
Wrap text
Show/Hide comments
View file @
836228c
...
...
@@ -313,6 +313,9 @@ skynet.start(function()
313
313
elseif command == "start" then
314
314
skynet.ignoreret()
315
315
f(session, source, ...)
316
+ elseif command == "hotfix" then
317
+ skynet.ignoreret()
318
+ f(...)
316
319
else
317
320
skynet.ret(skynet.pack(f(...)))
318
321
end
...
...