Closed djs55 closed 1 year ago
Close() holds the channel mutex then calls decrChannelRef which acquires the metadata mutex.
In DumpState() we should not hold the metadata mutex and then acquire the channel mutex.
Close() holds the channel mutex then calls decrChannelRef which acquires the metadata mutex.
In DumpState() we should not hold the metadata mutex and then acquire the channel mutex.