mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Fixed propagation of packets through SocketNamespace.
This commit is contained in:
@@ -118,6 +118,8 @@ SocketNamespace.prototype.setFlags = function () {
|
||||
*/
|
||||
|
||||
SocketNamespace.prototype.packet = function (packet) {
|
||||
packet.endpoint = this.name;
|
||||
|
||||
var store = this.store
|
||||
, log = this.log
|
||||
, volatile = this.flags.volatile
|
||||
|
||||
Reference in New Issue
Block a user