Skip to content

Fix infinite loop caused by TLS Handler(Only .NET6)#583

Merged
ailn merged 1 commit intoAzure:devfrom
kenlon:dev
Aug 31, 2022
Merged

Fix infinite loop caused by TLS Handler(Only .NET6)#583
ailn merged 1 commit intoAzure:devfrom
kenlon:dev

Conversation

@kenlon
Copy link
Copy Markdown
Contributor

@kenlon kenlon commented Apr 14, 2022

Fix infinite loop caused by TLS Handler, and the memory exploded instantly.

Fix infinite loop caused by disconnection during TLS handshake, and the memory exploded instantly.
@kenlon kenlon changed the title Fix infinite loop during TLS handshake(Only .NET6) Fix infinite loop caused by TLS Handler(Only .NET6) Apr 14, 2022
@kenlon
Copy link
Copy Markdown
Contributor Author

kenlon commented Apr 18, 2022

.NET 6.0.202 has avoided (not fixed) this problem, and read operations on closed connections will throw exception, as in versions prior to .NET 6

@jianjiuss
Copy link
Copy Markdown

jianjiuss commented Jun 19, 2022

I have same question with this.Can i use .netcore 3.1 to fix this problem?

@kenlon
Copy link
Copy Markdown
Contributor Author

kenlon commented Jun 22, 2022

I have same question with this.Can i use .netcore 3.1 to fix this problem?

YES, Or update to the latest version .NET 6(>=6.0.202)

@jianjiuss
Copy link
Copy Markdown

I have same question with this.Can i use .netcore 3.1 to fix this problem?

YES, Or update to the latest version .NET 6(>=6.0.202)

I had the same problem with version .NET 6(6.0.5.31213).Now i downgrade to .net core 3.1(3.1.25), It didn't seem to reappear again.

@Aaronontheweb
Copy link
Copy Markdown
Contributor

I would be very helpful is this could get merged in. Ran into this issue the other day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants