DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

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

Open kenlon opened this issue 3 years ago • 4 comments

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

kenlon avatar Apr 14 '22 13:04 kenlon

.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

kenlon avatar Apr 18 '22 03:04 kenlon

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

jianjiuss avatar Jun 19 '22 09:06 jianjiuss

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)

kenlon avatar Jun 22 '22 06:06 kenlon

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.

jianjiuss avatar Jun 22 '22 07:06 jianjiuss

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

Aaronontheweb avatar Aug 19 '22 13:08 Aaronontheweb