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