Bryan Peterson

Results 5 comments of Bryan Peterson

The high CPU load is probably from the read loop. We should probably switch over to using stream_select and stream_get_line in the readLine method. If you'd like to make the...

That's essentially what it looks like. Just a flooded stream of json. [Multilang Protocol](https://github.com/nathanmarz/storm/wiki/Multilang-protocol) for more information. It sounds like we aren't checking for EOF anywhere in that loop. So...

This sounds absolutely necessary as we need to run NATS Streaming in an HA manner.

I am also having this issue. It would appear it was already being worked on here: https://github.com/papermerge/papermerge.js/tree/drag-and-drop-fix but no updates since August '22