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
Problem: I am currently unable to inform users in my application about the connection status of the SubstrateClient.
Solution: Introduce EventHandler<T>s that are fired whenever client connects, disconnects, or is reconnecting...
EventHandler<T>
These 5 event handlers would be useful: onConnect onDisconnect onReconnecting onReconnected onReconnectFailed
onConnect
onDisconnect
onReconnecting
onReconnected
onReconnectFailed
The text was updated successfully, but these errors were encountered:
darkfriend77
Apolixit
RostislavLitovkin
No branches or pull requests
Problem:
I am currently unable to inform users in my application about the connection status of the SubstrateClient.
Solution:
Introduce
EventHandler<T>
s that are fired whenever client connects, disconnects, or is reconnecting...These 5 event handlers would be useful:
onConnect
onDisconnect
onReconnecting
onReconnected
onReconnectFailed
The text was updated successfully, but these errors were encountered: