mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
updates go-libp2p-kad-dht to include two critical race condition fixes: - SweepingProvider.wg race: protects wait group operations with mutex to prevent panic when Add() is called during Close()/Wait() - ResettableKeystore race: adds semaphore to coordinate datastore writes during Reset() with keystore size persistence during Close() https://github.com/libp2p/go-libp2p-kad-dht/pull/1200 https://github.com/libp2p/go-libp2p-kad-dht/pull/1201 |
||
|---|---|---|
| .. | ||
| example-folder | ||
| kubo-as-a-library | ||
| go-ipfs-as-a-library | ||