-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible incompatibility with .NET 5.0 #165
Comments
//fyi: @sjkwak, @xinchen10 |
//cc: @JoshLove-msft, @MiYanni, @ramya-rao-a |
cc @shankarsama, @axisc |
xinchen10
added a commit
that referenced
this issue
Aug 17, 2020
The SslStream starts calling the inner stream's Flush method in some cases. Removed the exception since everything has been sent to the transport already.
Are there plans to release a fixed package soon? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The Azure client libraries for Service Bus and Event Hubs have seen some reported issues of an exception trigged within the AMQP library when running on the .NET 5.0-preview.7 platform. As .NET 5 is still in preview, I'm unsure of whether this is a temporary regression within the host framework or a sign that there's a breaking change that impacts
Microsoft.Azure.Amqp
.My goal in opening this issue is to raise awareness and, hopefully, a quick investigation.
Details
The exception seems to be consistent between the two Azure SDKs and triggered when an AMQP link is being opened to the service.
Message:
Operation is not valid due to the current state of the object
Example Stacktraces:
Related Issues:
The text was updated successfully, but these errors were encountered: