Closed danielHalan closed 9 years ago
Strange, Haven't see this yet. What's the impact on the running application?
Haven't associated it with any impact on functionality, currently most annoyance during debugging.
I notice the stacktrace mentions the SynchronizedQueue, we stopped using that in 6.2 in favor of a blocking collection, so I assume you're on 6.1? Can you try upgrading and see if it goes away?
Actually I'm on 6.2.1
Strange, I'll have to look into it deeper and try to reproduce
6.2.1 still has the synchronized queue it seems, 6.2.2 and up will have the blocking collection, maybe worth trying to upgrade
Which package, NSB.Azure latest is 6.2.1 (https://www.nuget.org/packages/NServiceBus.Azure)
See 6.3 of Transport, something interesting? https://www.nuget.org/packages/NServiceBus.Azure.Transports.WindowsAzureServiceBus
nsb.azure and nsb.azure.transports.windowsazureservicebus are now decoupled in version, you want to try by updating the windows azure servicebus one
@danielHalan what's the status on this one, did you see the error again after upgrading?
After updating to latest version. haven't re-occurred.
Hi,
After upgrading to 6.x, during debug session a new exception is intercepted quite frequently,