node hangs and never returns...

–1 vote
Using Alpha 17, I've constructed a rudimentary Java program that accesses MC via the JSON RPC.   After a few transactions, the node seems to hang.  Netstat indicates that appx 10 sockets are in the connected state, and the multichain-cli doesnt respond either:

 

[me@host ~]$ multichain-cli chain1 stop

{"method":"stop","params":[],"id":1,"chain_name":"chain1"}

<<and we hang for seemingly ever>>

 

Any ideas....
asked Mar 10, 2016 by Thomas
Thanks - sounds like this could be a bug. Can you provide more information about the transactions performed? We may also need to ask for some logs.

1 Answer

0 votes
From my observation you can't use HTTP connections pools. You need to close HTTP connection after each command sent to MC
answered Jul 15, 2016 by oskarh
...