Skip to content

Commit

Permalink
Merge eb3e7d5 into 7005521
Browse files Browse the repository at this point in the history
  • Loading branch information
jnahlovsky committed Mar 17, 2018
2 parents 7005521 + eb3e7d5 commit c080b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddp.js
Expand Up @@ -69,7 +69,7 @@ export default class DDP extends EventEmitter {
if (message.msg === "connected") {
this.status = "connected";
this.messageQueue.process();
this.emit("connected");
this.emit("connected", message);
} else if (message.msg === "ping") {
// Reply with a `pong` message to prevent the server from
// closing the connection
Expand Down

0 comments on commit c080b63

Please sign in to comment.