8 times bigger buffer to pass content around..

This commit is contained in:
Marcell Mars 2021-05-04 01:18:21 +02:00
parent 5e9cdccbb8
commit b6247c1fab
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ var (
var nativeEndian binary.ByteOrder
// bufferSize used to set size of IO buffer - adjust to accommodate message payloads
var bufferSize = 8192
var bufferSize = 8192 * 8
// IncomingMessage represents a message sent to the native host.
type IncomingMessage struct {

Binary file not shown.