Dylan T.
Dylan T.
Looks like it's going into swim/crawl state somehow. I don't know why that lets you phase through blocks though.
An obvious solution to this, which I can't believe took me so long to see, is to have the owner store a key to delete the listener, rather than storing...
Keying listeners would also have other benefits, such as avoiding duplication of listeners. Currently the only identity of listeners is their object identity, which means it's possible to accidentally add...
Can you be more specific?
> unless at some point some way of clearing all the chunks on the client side is implemented on the protocol. There may be a way to do it with...
Makes sense to me, though it might be worth checking if there are any primary vs secondary restrictions
There are some merge errors that need fixing
I think this is done, I made a few minor alterations and rebased it, but code was mostly OK anyway
Just an FYI, I know this is stale, but a similar change was merged a while ago: https://github.com/google/leveldb/pull/941
@dependabot rebase