8758671552
This commit fixes a potential race condition during shutdown, that could allow the chain arb's activeWatchers or activeChannels map to be modified while ranging over their contents. We fix this by copying the contents into new maps with the mutex held, before releasing the mutex and shutting down each watcher or channel arbitrator. |
||
---|---|---|
.. | ||
briefcase_test.go | ||
briefcase.go | ||
chain_arbitrator_test.go | ||
chain_arbitrator.go | ||
chain_watcher_test.go | ||
chain_watcher.go | ||
channel_arbitrator_test.go | ||
channel_arbitrator.go | ||
contract_resolvers_test.go | ||
contract_resolvers.go | ||
log.go |