Replies: 1 comment 3 replies
-
Are you referring to websockets for retrieving block and tx data via events? If so, this discussion belongs in the Tendermint repo. I will say, what you're describing is quite common and a known issue with the Tendermint socket framework. I haven't been in that world in some time, so maybe it has improved. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a websocket connection to receive data. But for some reason, sometimes the data stops coming without any errors, and in this case only reconnection helps.
For this reason, I want to start using unix sockets, but I can't find any documentation or examples on how to use them in supporter applications.
Could you give an example of connecting to a socket and getting data about a new block and new transactions?
Beta Was this translation helpful? Give feedback.
All reactions