Skip to content

Commit 1decae3

Browse files
sleimanx2darrachequesne
authored andcommittedApr 27, 2018
[feat] Add local flag to the socket object (#3219)
To match the behaviour on the namespace (see #2628).
1 parent 0279c47 commit 1decae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎lib/socket.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ exports.events = [
3939
var flags = [
4040
'json',
4141
'volatile',
42-
'broadcast'
42+
'broadcast',
43+
'local'
4344
];
4445

4546
/**

0 commit comments

Comments
 (0)
Please sign in to comment.