Skip to content

Commit

Permalink
升级依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
zsummer committed Aug 8, 2015
1 parent 600428a commit 8489976
Show file tree
Hide file tree
Showing 46 changed files with 830 additions and 1,474 deletions.
2 changes: 1 addition & 1 deletion bin/script/stress/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ summer.start()
--dump(config)
--add connector
for i=1, 3 do
local sID = summer.addConnect({ip=config.connect.stress[1].ip, port=config.connect.stress[1].port, reconnect=4})
local sID = summer.addConnect(config.connect.stress[1].ip, config.connect.stress[1].port, nil, 4)
if sID == nil then
summer.logw("sID == nil when addConnect")
end
Expand Down
Loading

0 comments on commit 8489976

Please sign in to comment.