1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

WIP memleak fixes (341->295MB)

This commit is contained in:
Kegan Dougal
2017-03-16 18:02:17 +00:00
parent dec4e67135
commit 0c1c10a0e0
5 changed files with 61 additions and 20 deletions

View File

@@ -2777,7 +2777,7 @@ MatrixClient.prototype.startClient = function(opts) {
}
// periodically poll for turn servers if we support voip
checkTurnServers(this);
//checkTurnServers(this);
if (this._syncApi) {
// This shouldn't happen since we thought the client was not running