discovery-swarm
Advanced tools
Comparing version 4.3.5 to 4.3.6
@@ -251,3 +251,3 @@ var discovery = require('discovery-channel') | ||
function ondeferredconnect () { | ||
if (!self._tcp || tcpClosed) return onconnect() | ||
if (!self._tcp || tcpClosed) return onconnect.call(utpSocket) | ||
setTimeout(function () { | ||
@@ -254,0 +254,0 @@ if (!utpClosed && !connected) onconnect.call(utpSocket) |
{ | ||
"name": "discovery-swarm", | ||
"version": "4.3.5", | ||
"version": "4.3.6", | ||
"description": "A network swarm that uses discovery-channel to find peers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21469