Open foriequal0 opened 5 years ago
I think upgrading hyper version to 0.12 from 0.11 will mitigate this. Some promising changelogs are there.
https://github.com/hyperium/hyper/blob/master/CHANGELOG.md
jayson, which is jsonrpc library that codechain-sdk uses, attaches Connection: keep-alive
, and there bugfix logs in the hyper after 0.11.27
I thought that we are using 0.11, we are actually using 0.12.27. Only promising changelog since 0.12.27 is about race condition: https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v01228-2019-04-29
Multiple clients' sockets hung up simultaneously.
Logs from
juggle-ccc
,val-val
in box2:jsonrpc-filter hasn't printed any logs and crashed.
We need logging to inspect further. See issue: https://github.com/CodeChain-io/jsonrpc-filter/issues/6