jerbear4328

Results 15 comments of jerbear4328

The error appears to come from [line 289 in parser.ts](https://github.com/kognise/among-js/blob/68ff58ffdcd0c43fb6f50210ef858067696da0b3/packages/packets/src/parser.ts#L289), which is line 828 in the compiled file packets.cjs.development.js, line 822 in the compiled file packets.esm.js, etc.

Attempting to fix the error with ```js buffer.capacity = () => {return this.length} ``` makes all packets decode to empty lists.

@kognise This is either a problem with the implementation of buffer in your code, or I am passing the packet to `parsePayloads()` wrong. Can you help me debug this?

Same problem, on the latest from F-Droid

Problem still happens for me, trying to use this for [Rob--/memoryjs](https://github.com/Rob--/memoryjs).

@Avinash-75 I'm assuming that message was an accident. Edit: They deleted their message.

Want to bump this, i would love having this, currently trying to figure out a workaround