Hi Multichain team,
I think I just found a problem with the JSON RPC API.
I set up a Multichain in Docker with two nodes, I'm working on a project where I need to make some call to the API, the purpose is to perform operations on the chain. I noticed that after 3 to 5 calls (mostly 5), my application just freezes.
I tried with different calls (publishfrom, getmultibalances, even getinfo) and the problem stay the same.
To make it clear, I think it comes from the fact that clients keep the TCP connection open and there is no way to establish further connections.
When it happens, everything is frozen, no more response from multichain-cli, no more access to web demo or anything.
Can you help me about this ? Thank you
(I have a small console application available to reproduce the bug if you want)