-
Notifications
You must be signed in to change notification settings - Fork 1
Description
after a few years, I came back to this project and found the newest version working with the latest copy of artemis. Set everything back up, and tested it and it worked great, but after about a minute, I receive this error.
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 193. Received 2181038210
at boundsError (internal/buffer.js:77:9)
at Buffer.readUInt8 (internal/buffer.js:243:5)
at Socket. (C:\Users\Mary\Desktop\New folder\node-MVM-master\node-MVM-master\mvm.js:214:35)
at Socket.emit (events.js:316:20)
at addChunk (_stream_readable.js:297:12)
at readableAddChunk (_stream_readable.js:273:9)
at Socket.Readable.push (_stream_readable.js:214:10)
at TCP.onStreamRead (internal/stream_base_commons.js:186:23) {
code: 'ERR_OUT_OF_RANGE'
}