mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
v0.6.1 (2014-8-25)
|
||||||
|
-----------
|
||||||
|
* bugfix: datacenter.wakeup
|
||||||
|
* change struct msg name to avoid conflict in mac
|
||||||
|
* improve seri library
|
||||||
|
|
||||||
v0.6.0 (2014-8-18)
|
v0.6.0 (2014-8-18)
|
||||||
-----------
|
-----------
|
||||||
* add sharedata
|
* add sharedata
|
||||||
|
|||||||
@@ -145,6 +145,8 @@ local function connect(id, func)
|
|||||||
suspend(s)
|
suspend(s)
|
||||||
if s.connected then
|
if s.connected then
|
||||||
return id
|
return id
|
||||||
|
else
|
||||||
|
socket_pool[id] = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user