bugfix : connection

This commit is contained in:
云风
2012-08-30 16:30:52 +08:00
parent 1791becd09
commit 51ef283887
8 changed files with 34 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ skynet.dispatch(function(msg, sz , session, address)
-- init notice
local reply = instance[address]
if reply then
skynet.send(reply[2] , reply[1], address)
skynet.send(reply[2] , reply[1], skynet.address(address))
instance[address] = nil
end
else