Skip to content

Conversation

@lucas-frdgs
Copy link

Client instance has now event handlers that allows to change state in your code, when connection gets started or interrupted.

Client.ConnectionStarted += Client_ConnectionStarted;
Client.ConnectionInterrupted += Client_ConnectionInterrupted;

You can do something like changing client UI connection indicator or button state;

@moino157
Copy link

Why hasn't this been merged yet? I need this.

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

Successfully merging this pull request may close these issues.

2 participants