You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copied from Level/party#28 (comment): we don't initially unref. You must make at least one db operation for the logic to work. So this hangs:
constname=Date.now().toString()constdb1=party(name)constdb2=party(name)awaitdb1.open()awaitdb2.open()console.log('opened')// Comment this out to not make the event loop hang// await db1.put('a', 'b')// console.log(await db2.get('a'))
The text was updated successfully, but these errors were encountered:
Copied from Level/party#28 (comment): we don't initially unref. You must make at least one db operation for the logic to work. So this hangs:
The text was updated successfully, but these errors were encountered: