mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
bugfix: queue is 8
This commit is contained in:
@@ -8,7 +8,7 @@ local message_queue = {}
|
||||
|
||||
skynet.register_protocol {
|
||||
name = "queue",
|
||||
id = 10,
|
||||
id = 8,
|
||||
pack = skynet.pack,
|
||||
unpack = skynet.unpack,
|
||||
dispatch = function(session, from, ...)
|
||||
|
||||
Reference in New Issue
Block a user