We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version(s) of tendermint-rs: v0.23.8, master
The version of async-tungstenite used by tendermint-rpc is 0.12, while 0.17,x is available. One known issue with the older version manifests when trying to work with IPv6: https://github.com/informalsystems/ibc-rs/issues/2380
async-tungstenite is updated to 0.17.x, so that client connections to URLs like "ws://[::1]:27030/websocket" can be formed without error.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version(s) of tendermint-rs: v0.23.8, master
The version of async-tungstenite used by tendermint-rpc is 0.12, while 0.17,x is available.
One known issue with the older version manifests when trying to work with IPv6: https://github.com/informalsystems/ibc-rs/issues/2380
Definition of "done"
async-tungstenite is updated to 0.17.x, so that client connections to URLs like "ws://[::1]:27030/websocket" can be formed without error.
The text was updated successfully, but these errors were encountered: