diff --git a/native-host/src/main.go b/native-host/src/main.go index b5fec9b..d607043 100644 --- a/native-host/src/main.go +++ b/native-host/src/main.go @@ -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 { diff --git a/native-host/src/natgost b/native-host/src/natgost index 6a47323..7497d8a 100755 Binary files a/native-host/src/natgost and b/native-host/src/natgost differ