Skip to content

Commit

Permalink
fix namespace in loadtest
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 12, 2018
1 parent 5a5968c commit b9511c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/loadtest/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let transporter = process.env.TRANSPORTER || "TCP";

// Create broker
let broker = new ServiceBroker({
namespace: "",
namespace: "loadtest",
nodeID: process.argv[2] || "client",
transporter,
logger: console,
Expand Down

0 comments on commit b9511c7

Please sign in to comment.