small thing
This commit is contained in:
parent
f2c420fb59
commit
e20c74789a
@ -279,10 +279,11 @@ PeerServer.prototype._handleTransmission = function(message, res) {
|
|||||||
} else if (type === 'LEAVE' && !dst) {
|
} else if (type === 'LEAVE' && !dst) {
|
||||||
this._removePeer(src);
|
this._removePeer(src);
|
||||||
if (!!res) res.send(200);
|
if (!!res) res.send(200);
|
||||||
} else {
|
} else if (src) {
|
||||||
// Assume a disconnect if the client no longer exists.
|
// Assume a disconnect if the client no longer exists.
|
||||||
|
// Unless it's a message from the server.
|
||||||
this._handleTransmission({
|
this._handleTransmission({
|
||||||
type: 'LEAVE',
|
type: 'EXPIRE',
|
||||||
src: dst,
|
src: dst,
|
||||||
dst: src
|
dst: src
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user