Skip to content

Commit

Permalink
return stream upon send
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jul 18, 2012
1 parent 50fef16 commit 3ed783f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client.js
Expand Up @@ -195,6 +195,7 @@ BinaryClient.prototype.send = function(data, meta){
stream.write(data);
}
}
return stream;
};

BinaryClient.prototype._receiveStream = function(streamId){
Expand Down

0 comments on commit 3ed783f

Please sign in to comment.