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

UFSClient.Connect() triggers DisconnectedCallback before attempting anything #509

Closed
yaakov-h opened this issue Jan 5, 2018 · 0 comments · Fixed by #511
Closed

UFSClient.Connect() triggers DisconnectedCallback before attempting anything #509

yaakov-h opened this issue Jan 5, 2018 · 0 comments · Fixed by #511
Labels
Milestone

Comments

@yaakov-h
Copy link
Member

yaakov-h commented Jan 5, 2018

UFSClient.Connect() should only trigger one of two callbacks:

  • On success, UFSClient.ConnectedCallback
  • On failure, UFSClient.DisconnectedCallback

Currently there is an additional UFSClient.DisconnectedCallback that gets posted before we even attempt to connect.

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

Successfully merging a pull request may close this issue.

1 participant