mobeacon
Results
1
issues of
mobeacon
I'm trying to use node-avro-io to serialize and persist HTTP request events into a few files. ``` rotatableFile = "events.avro" var writer = avro.open(rotatableFile, schema, { flags: 'w', codec: 'null'...