Skip to content

Commit

Permalink
Merge pull request #111 from mreiferson/resolved_addrs_111
Browse files Browse the repository at this point in the history
consumer: resolved addresses and reconnects
  • Loading branch information
jehiah committed Feb 6, 2015
2 parents 0c080a7 + bad6027 commit b30f73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ func (r *Consumer) onConnClose(c *Conn) {
}
break
}
}(c.RemoteAddr().String())
}(c.String())
}
}

Expand Down

0 comments on commit b30f73e

Please sign in to comment.