mirror of
https://github.com/corda/corda.git
synced 2025-05-02 16:53:22 +00:00
ENT-11523: Dont instrument due to the synchronization. Quasar was throwing unable to instrument exception.
This commit is contained in:
parent
7946958804
commit
d4829df687
@ -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