bugfix: queue is 8

This commit is contained in:
云风
2013-12-12 23:32:14 +08:00
parent 6ea5a03996
commit 2c7dbddd50

View File

@@ -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, ...)