Ignore heartbeat messages
This commit is contained in:
parent
cd058d056c
commit
1db3e6eee9
@ -101,6 +101,8 @@ app._configureWS = function(socket, key, id, token) {
|
||||
dst: message.dst,
|
||||
payload: message.payload
|
||||
});
|
||||
} else if (message.type === 'HEARTBEAT') {
|
||||
// Ignore - nothing needs doing here.
|
||||
} else {
|
||||
util.prettyError("Message unrecognized");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user