|
@@ -274,7 +274,7 @@ PeerServer.prototype._handleTransmission = function(message, res) {
|
|
|
}
|
|
|
}, this._options.timeout);
|
|
|
}
|
|
|
- this._outstandingOffers[dst][src].push(Array.prototype.slice.apply(arguments));
|
|
|
+ this._outstandingOffers[dst][src].push([message]);
|
|
|
if (!!res) res.send(200);
|
|
|
} else if (type === 'LEAVE' && !dst) {
|
|
|
this._removePeer(src);
|