vk-fast-longpoll
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -64,3 +64,3 @@ 'use strict'; | ||
} | ||
}, console.error()); | ||
}, reject); | ||
}); | ||
@@ -71,3 +71,5 @@ } | ||
this._lpStarted = false; | ||
this.start(); | ||
this.start().catch(() => { | ||
process.nextTick(this.restart()); | ||
}); | ||
} | ||
@@ -74,0 +76,0 @@ |
@@ -138,3 +138,3 @@ { | ||
}, | ||
"version": "2.0.3" | ||
"version": "2.0.4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25294
816