When I try to get a large amount of data from the server in response to my RPC, I get the error:
Exception:
InternalBufferOverflowException: Unable to read 351728 bytes into buffer (offset: 0 size: 262144). Use a larger read buffer
StackTrace:
Nakama.Ninja.WebSockets.Internal.BinaryReaderWriter+d__0.MoveNext () (at <00000000000000000000000000000000>:0)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) (at <00000000000000000000000000000000>:0)
Nakama.Ninja.WebSockets.Internal.BinaryReaderWriter.ReadExactly (System.Int32 length, System.IO.Stream stream, System.ArraySegment`1[T] buffer, System.Threading.CancellationToken cancellationToken) (at <00000000000000000000000000000000>:0)
Nakama.Ninja.WebSockets.Internal.WebSocketFrameReader+d__0.MoveNext () (at <00000000000000000000000000000000>:0)
Can I somehow increase the socket buffer size?