skynet.redirect support string address

This commit is contained in:
Cloud Wu
2014-08-11 15:29:48 +08:00
14 changed files with 376 additions and 235 deletions

View File

@@ -1,4 +1,4 @@
local c = require "skynet.c"
local c = require "skynet.core"
local tostring = tostring
local tonumber = tonumber
local coroutine = coroutine