I am storing large hexadecimal data in keys on the chain. But when I do:
liststreamkeys 147-267-11492 * true 20
so basically:
list stream keys
for a stream with stream-ref 147-267-11492
list all of the keys
list 20 of them
it sometimes works and sometimes doesn't work. When it doesn't, it says
error: couldn't parse reply from server
I have this both in Postman, that I use to test my backend, as well as my terminal (windows). Sometimes I get an output, but most of the time not.
When I do get an output, the output is (according to this website:
https://mothereff.in/byte-counter) 76,162 characters, totaling 76,162 bytes. Which is 6 keys, each containing 1 item
I'm using liststreamkeys as an index. Each key is a shipment, which is displayed in a table. The table shows a description and a in transfer or completed status
Any idea what's going on?
edit: I notice that it's running much smoother on my linux VM, I can fire it as often as fast as I want and it won't crash