Kava is currently running on a version of Ethermint that has a bug in the eth subscribe to topics functionality. With this bug present, concurrent subscriptions to topic logs will break the json rpc. After testing, the bug is indeed present on Kava resulting in very unstable connections requiring frequent restarts of the node to service my dapps.
I have manually applied this fix to a local version of Kava, and the websocket subscriptions are still quite unstable. This older version of Ethermint sadly has a lot of problems with the rpc.
Hi,
Kava is currently running on a version of Ethermint that has a bug in the eth subscribe to topics functionality. With this bug present, concurrent subscriptions to topic logs will break the json rpc. After testing, the bug is indeed present on Kava resulting in very unstable connections requiring frequent restarts of the node to service my dapps.
One fix is available here: https://github.com/evmos/ethermint/pull/1773
I have manually applied this fix to a local version of Kava, and the websocket subscriptions are still quite unstable. This older version of Ethermint sadly has a lot of problems with the rpc.