exonum / exonum-client

JavaScript client for Exonum blockchain
Apache License 2.0
65 stars 33 forks source link

Send multiple transaction without waiting commited message #180

Closed erdeivit closed 4 years ago

erdeivit commented 4 years ago

I am trying to simulate and overload network. I want to send multiple transaction as the same time from a client. I was trying to use sendQueue (https://github.com/exonum/exonum-client#send-multiple-transactions) but they are only send one by one. I have already set attempts and timeout to 0. How can I do it then?