kubo/docs/examples
Marcin Rataj 6a68d7db05 fix: kad-dht race conditions in provider shutdown and keystore close
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
2025-11-12 19:42:28 +01:00
..
example-folder Cosmetic fixups in examples (#8325) 2021-08-27 11:55:26 -04:00
kubo-as-a-library fix: kad-dht race conditions in provider shutdown and keystore close 2025-11-12 19:42:28 +01:00
go-ipfs-as-a-library chore: update kubo-as-a-library example 2022-07-25 16:48:52 +02:00