rename socket to skynet.socket

This commit is contained in:
Cloud Wu
2017-06-01 10:51:02 +08:00
parent 24537b3001
commit 8a6243d2a0
7 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
local skynet = require "skynet"
local sc = require "socketchannel"
local socket = require "socket"
local sc = require "skynet.socketchannel"
local socket = require "skynet.socket"
local cluster = require "cluster.core"
local config_name = skynet.getenv "cluster"