Skip to content

Commit 306c65f

Browse files
committed
12
1 parent c0accd6 commit 306c65f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

OpenFlow/src/WebSocketClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ export class WebSocketClient {
274274
} else {
275275
q.data = d;
276276
}
277-
q.data = d.payload; q.replyto = replyTo;
277+
// q.data = d.payload;
278+
q.replyto = replyTo;
278279
q.error = d.error;
279280
q.correlationId = correlationId; q.queuename = queuename;
280281
let m: Message = Message.fromcommand("queuemessage");

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.478
1+
0.0.479

0 commit comments

Comments
 (0)