DotNetty
DotNetty copied to clipboard
Exception when sending very large string.
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.
Were you able to resolve this? Are you using SSL?
Were you able to resolve this? Are you using SSL?
No and no. Sadly.