• Inphi's avatar
    op-node: Fix race condition while closing OpNode (#7303) · 5d936974
    Inphi authored
    Before the `OpNode` closes it closes its data sources. If the runtime
    config reloader goroutine is still using the data sources then it
    may creates a goroutine panic. Specifically, when a `limitClient` is
    used, it will be fail to write an in-flight request to its semaphore
    after the client is closed.
    5d936974
Name
Last commit
Last update
..
api.go Loading commit data...
client.go Loading commit data...
comms.go Loading commit data...
config.go Loading commit data...
config_persistence.go Loading commit data...
config_persistence_test.go Loading commit data...
node.go Loading commit data...
node_test.go Loading commit data...
runtime_config.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
superchain.go Loading commit data...
superchain_test.go Loading commit data...