@libp2p/webrtc
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -88,2 +88,6 @@ import { symbol } from '@libp2p/interface-transport'; | ||
} | ||
finally { | ||
// Close the signaling connection | ||
await connection.close(); | ||
} | ||
} | ||
@@ -112,2 +116,6 @@ async _onProtocol({ connection, stream }) { | ||
} | ||
finally { | ||
// Close the signaling connection | ||
await connection.close(); | ||
} | ||
} | ||
@@ -114,0 +122,0 @@ } |
{ | ||
"name": "@libp2p/webrtc", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "A libp2p transport using WebRTC connections", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -122,2 +122,5 @@ import { type CreateListenerOptions, type DialOptions, type Listener, symbol, type Transport, type Upgrader, type TransportManager } from '@libp2p/interface-transport' | ||
throw err | ||
} finally { | ||
// Close the signaling connection | ||
await connection.close() | ||
} | ||
@@ -147,2 +150,5 @@ } | ||
throw err | ||
} finally { | ||
// Close the signaling connection | ||
await connection.close() | ||
} | ||
@@ -149,0 +155,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
590158
4799