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

Initial Orleans-Docker sample #3005

Merged
merged 2 commits into from
May 11, 2017
Merged

Initial Orleans-Docker sample #3005

merged 2 commits into from
May 11, 2017

Conversation

galvesribeiro
Copy link
Member

Sample to suppor #3004

var config = new ClientConfiguration();
config.DeploymentId = "Orleans-Docker";
config.PropagateActivityId = true;
var ip = Dns.GetHostEntryAsync("orleans-silo").Result.AddressList[0];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

given this method is async, this call should be awaited

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, my bad... From where it was called before it wasn't. Changing. Thanks

@sergeybykov sergeybykov added this to the 1.5.0 milestone May 10, 2017
@sergeybykov sergeybykov merged commit 9be0883 into dotnet:master May 11, 2017
@sergeybykov
Copy link
Contributor

Thank you, @galvesribeiro!

@galvesribeiro galvesribeiro deleted the Docker-Sample branch May 12, 2017 10:59
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants