MultiChain / multichain

Source code for multichaind, multichain-cli and multichain-util.
GNU General Public License v3.0
536 stars 259 forks source link

The RPC server response error data on high concurrent requests. #114

Open qizf7 opened 4 years ago

qizf7 commented 4 years ago

Hi everyone, Now we use multichain 2.0.3 version. we fund that, when we call rpc method like listunspent or getaddressbalance with 10 concurrent requests per time, the server return error data occasionally.

For example, we use 10 different address call listunspent rpc method at the same time, sometimes, we receive unspent list with item's address property that do not match the address we used call the rpc method.

Could you help us resolve this problem.

Thank you very much.