mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
cleanup
This commit is contained in:
@@ -232,8 +232,8 @@ local function connect_once(self)
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
assert(not self.__sock and not self.__authcoroutine)
|
assert(not self.__sock and not self.__authcoroutine)
|
||||||
-- term current dispatch thread (send a sigal)
|
-- term current dispatch thread (send a signal)
|
||||||
term_dispatch_thread(self, self.__dispatch_thread)
|
term_dispatch_thread(self)
|
||||||
|
|
||||||
local fd,err = socket.open(self.__host, self.__port)
|
local fd,err = socket.open(self.__host, self.__port)
|
||||||
if not fd then
|
if not fd then
|
||||||
|
|||||||
Reference in New Issue
Block a user