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

Clean up mitigation code #3

Closed
tomorgan opened this issue Aug 2, 2012 · 1 comment
Closed

Clean up mitigation code #3

tomorgan opened this issue Aug 2, 2012 · 1 comment
Assignees
Labels

Comments

@tomorgan
Copy link
Owner

tomorgan commented Aug 2, 2012

Lync's GetContactInformation() call returns syncronously, but isn't always ready immediatly, leading to us either getting data in a state where it's not yet ready, or getting a NotReadyException.

I'm mitigating this with some nast while loops and thread sleeps, but I don't like it. Raising it as an issue to sort out later - there must be a better way of doing this.

@ghost ghost assigned tomorgan Aug 2, 2012
@tomorgan
Copy link
Owner Author

tomorgan commented Aug 8, 2012

done - refactored to use notification events.

@tomorgan tomorgan closed this as completed Aug 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant