@geckos.io/client
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -117,3 +117,3 @@ import { Bridge } from '@geckos.io/common/lib/bridge.js'; | ||
setTimeout(() => { | ||
this.fetchAdditionalCandidates(host, id); | ||
this.fetchAdditionalCandidates(host, id).catch(() => { }); | ||
}, ms); | ||
@@ -120,0 +120,0 @@ }); |
{ | ||
"name": "@geckos.io/client", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Real-time client/server communication over UDP using WebRTC and Node.js", | ||
@@ -48,3 +48,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@geckos.io/common": "^2.1.5" | ||
"@geckos.io/common": "^2.1.6" | ||
}, | ||
@@ -51,0 +51,0 @@ "funding": { |
Sorry, the diff of this file is not supported yet
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
36173
Updated@geckos.io/common@^2.1.6