Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket json rpc event subscriptions are broken (fix available) #1626

Open
CRossel87a opened this issue Jun 12, 2023 · 1 comment
Open

Comments

@CRossel87a
Copy link

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: evmos/ethermint#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.

@CRossel87a
Copy link
Author

If anyone is curious, a temporary work-around to this issue is to use 1 Kava server per topic subscription.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant