mirror of
https://github.com/corda/corda.git
synced 2025-02-24 18:50:57 +00:00
Merge pull request #7692 from corda/adel/ENT-11523
ENT-11523: Dont instrument due to the synchronization. Quasar was thr…
This commit is contained in:
commit
d478decc6f
@ -276,7 +276,7 @@ open class AMQPBridgeManager(keyStore: CertificateStore,
|
||||
closeConsumer()
|
||||
consumer = null
|
||||
val closingSession = session
|
||||
eventLoop.execute {
|
||||
eventLoop.execute @DontInstrument {
|
||||
synchronized(artemis!!) {
|
||||
if (session == closingSession) {
|
||||
artemis(ArtemisState.STOPPING) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user