mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
change name from pub/subscribe to post/accept
This commit is contained in:
@@ -8,7 +8,7 @@ function response.ping(hello)
|
||||
return hello
|
||||
end
|
||||
|
||||
function subscribe.hello()
|
||||
function accept.hello()
|
||||
i = i + 1
|
||||
print (i, hello)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user