Braeden Lynden

Results 2 comments of Braeden Lynden

Evidently `ProtocolSniffer` only attempts to run `__demodulate_data` once the buffer exceeds `ProtocolSniffer.BUFFER_SIZE_MB`. Reducing the size of this buffer to say 1 MB will increase the "reaction time" but it's still...

I had this issue recently. I fixed it by doing the following: ```js this.timeline.on('click', (properties) => { switch (properties.what) { case 'group-label': { let group = this.groups.get(properties.group) if (group &&...