We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bac7b commit 9df4bc1Copy full SHA for 9df4bc1
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