Function gives the following error:

```bash
TypeError: this.buf.binaryWrite is not a function
```

Reason:
There is no `binaryWrite` function in the Node.JS Buffer module, only `write` 
with a binary encoding option.
https://nodejs.org/api/buffer.html#buffer_buf_write_string_offset_length_encoding

[ Full content available at: https://github.com/apache/avro/pull/333 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to