Merge branch 'master' into dev

This commit is contained in:
Cloud Wu
2014-08-25 10:16:06 +08:00
2 changed files with 8 additions and 0 deletions

View File

@@ -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)
-----------
* add sharedata

View File

@@ -145,6 +145,8 @@ local function connect(id, func)
suspend(s)
if s.connected then
return id
else
socket_pool[id] = nil
end
end