does this change require a 3rd parameter to
nats_publish()
?
No, the 3rd one is optional.
route[nats] {
nats_publish("cn.xswitch.ctrl.route", 'hello');
nats_publish("cn.xswitch.ctrl.route", 'hello', 'blah');
}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.