mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
Fix Issue #67
This commit is contained in:
@@ -37,7 +37,7 @@ end
|
||||
|
||||
skynet.register_protocol {
|
||||
name = "client",
|
||||
id = 3,
|
||||
id = skynet.PTYPE_CLIENT,
|
||||
}
|
||||
|
||||
skynet.start(function()
|
||||
|
||||
Reference in New Issue
Block a user