DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

Exception when sending very large string.

Open JoNMii opened this issue 5 years ago • 2 comments

I am trying to read a big json using IByteBuffer.ReadString() or a custom ReadUTF()(look screenshoot) method.

I'm getting this expection: https://imgur.com/a/GnybO8o

If the string is short, it works as expected.

JoNMii avatar Aug 10 '20 09:08 JoNMii

Were you able to resolve this? Are you using SSL?

TailyFair avatar Sep 29 '20 15:09 TailyFair

Were you able to resolve this? Are you using SSL?

No and no. Sadly.

JoNMii avatar Nov 25 '20 22:11 JoNMii