You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the AMQP spec, when we attach a link with the same linkname as one existing on the connection, the second attach should be successful, and the existing attached link should be closed with an error link-stolen. The AMQP library however does not accept the second attach, and returns a resource-locked error code instead.
As per the AMQP spec, when we attach a link with the same linkname as one existing on the connection, the second attach should be successful, and the existing attached link should be closed with an error link-stolen. The AMQP library however does not accept the second attach, and returns a resource-locked error code instead.
Line no: https://github.com/Azure/azure-amqp/blob/master/src/AmqpSession.cs#L178
The text was updated successfully, but these errors were encountered: