mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Make sure to disable heartbeat intervals in polling transports.
This commit is contained in:
@@ -39,16 +39,8 @@ HTTPPolling.prototype.__proto__ = HTTPTransport.prototype;
|
||||
* Removes heartbeat timeouts for polling.
|
||||
*/
|
||||
|
||||
HTTPPolling.prototype.setHeartbeatTimeout = function () {
|
||||
return;
|
||||
};
|
||||
|
||||
/**
|
||||
* Removes the heartbeat timeouts for polling.
|
||||
*/
|
||||
|
||||
HTTPPolling.prototype.clearHeartbeatTimeout = function () {
|
||||
return;
|
||||
HTTPPolling.prototype.setHeartbeatInterval = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user