We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6bac7b + 9df4bc1 commit e50846bCopy full SHA for e50846b
examples/balancer/simple-balancer.js
@@ -58,7 +58,7 @@ http.createServer(function (req, res) {
58
//
59
// ...and then the server you just used becomes the last item in the list.
60
61
- addresses.push(target);
+ addresses.push(target.target);
62
}).listen(8021);
63
64
// Rinse; repeat; enjoy.
0 commit comments