We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6b120 commit 14dad7cCopy full SHA for 14dad7c
2 files changed
OpenFlow/src/Messages/Message.ts
@@ -214,6 +214,7 @@ export class Message {
214
try {
215
msg = QueueMessage.assign(this.data);
216
if (Util.IsNullUndefinded(msg.jwt)) msg.jwt = cli.jwt;
217
+ if (Util.IsNullUndefinded(msg.data.jwt)) msg.data.jwt = msg.jwt;
218
if (Util.IsNullEmpty(msg.replyto)) {
219
await cli.sendToQueue(msg);
220
} else {
VERSION
@@ -1 +1 @@
1
-0.0.505
+0.0.506
0 commit comments