Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Enabled the message processing, not sure how else it was supposed to …
Browse files Browse the repository at this point in the history
…work
  • Loading branch information
magicmonkey committed Nov 14, 2010
1 parent 086afc2 commit d38e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stomp.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Connection(host, port, login, password){

this.conn = conn;
this.processCommands();
//this.processMessages();
this.processMessages();
}

Connection.prototype.transmit = function(msg){
Expand Down

0 comments on commit d38e8ee

Please sign in to comment.