We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8499ef4 commit b8600fcCopy full SHA for b8600fc
packages/peer-store/package.json
@@ -56,7 +56,7 @@
56
"@multiformats/multiaddr": "^12.4.0",
57
"interface-datastore": "^8.3.1",
58
"it-all": "^3.0.8",
59
- "mortice": "^3.0.6",
+ "mortice": "^3.2.1",
60
"multiformats": "^13.3.6",
61
"protons-runtime": "^5.5.0",
62
"uint8arraylist": "^2.4.8",
packages/peer-store/src/store.ts
@@ -105,6 +105,7 @@ export class PersistentStore {
105
lock.refs--
106
107
if (lock.refs === 0) {
108
+ lock.lock.finalize()
109
this.locks.delete(peerId)
110
}
111
0 commit comments