Azure / azure-amqp

AMQP C# library
Other
94 stars 70 forks source link

[BUG] Service Bus: Cannot access a disposed object exception when sending to a topic #227

Closed JoshLove-msft closed 1 year ago

JoshLove-msft commented 1 year ago

@ctorresunimag95 commented on Tue Oct 11 2022

Library name and version

Azure.Messaging.ServiceBus 7.10.0

Describe the bug

Hi all,

I am trying to run a simple poc for sending a message into a topic, I just followed the steps mentioned here but I am getting some errors.

I am getting this error image

Also, in another machine I get this image

Expected behavior

The message should be pushed into the topic.

Actual behavior

I am getting this error image

Also, in another machine I get this image

Reproduction Steps

Here the code image

Environment

I'm running this on Windows 10 with dotnet sdk 6.0.304


@jsquire commented on Tue Oct 11 2022

Thank you for your feedback. Tagging and routing to the team member best able to assist.

JoshLove-msft commented 1 year ago

The ObjectDisposedException seems to be originating from the AMQP library.

xinchen10 commented 1 year ago

Please upgrade to release 2.5.12

ctorresunimag95 commented 1 year ago

Please upgrade to release 2.5.12 H,

Version 2.5.12 of?