Expand 35 modules across encoding, consensus, experimental, messaging, pear, storage, and supercomputer APIs.
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -81,6 +81,10 @@ class HyperP2PConnectionPool extends EventEmitter {
|
||||
return n
|
||||
}
|
||||
|
||||
clearAll () {
|
||||
return this.closeAll()
|
||||
}
|
||||
|
||||
_sweepIdle () {
|
||||
const now = Date.now()
|
||||
for (const [id, lane] of this._lanes) {
|
||||
|
||||
Reference in New Issue
Block a user