mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-21 19:20:39 +00:00
e979d79c08
If any DB method is called while Close() is waiting for db.kv.Close() (it waits for ongoing method calls/transactions to finish) a panic: "WaitGroup is reused before previous Wait has returned" might happen. Use context cancellation to ensure that new method calls immediately return during db.kv.Close(). |
||
---|---|---|
.. | ||
idscheme_test.go | ||
idscheme.go | ||
iter_integration_test.go | ||
iter_test.go | ||
iter.go | ||
localnode_test.go | ||
localnode.go | ||
node_test.go | ||
node.go | ||
nodedb_test.go | ||
nodedb.go | ||
urlv4_test.go | ||
urlv4.go |