Skip to content

Commit

Permalink
socket: added broadcast flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 18, 2012
1 parent ae516a3 commit 9023731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ exports.events = [

exports.flags = [
'json',
'volatile'
'volatile',
'broadcast'
];

/**
Expand Down

0 comments on commit 9023731

Please sign in to comment.