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

Fix timeout pass-through with [Command] #11

Closed
wants to merge 10 commits into from

Conversation

robhruska
Copy link
Member

CancellationTokens provided by Mjolnir (via the Timeout property for
[Command]) weren't being passed through to CancellationToken parameters in
Bifrost service calls.

The Mjolnir token will now replace empty or null parameter values in
Bifrost method calls if a CancellationToken parameter exists. If a token
was explicitly provided to the call, it won't be replaced.

Also updates the README for this project to have examples and useful content.

CancellationTokens provided by Mjolnir (via the Timeout property for
[Command]) weren't being passed through to CancellationToken parameters in
Bifrost service calls.

The Mjolnir token will now replace empty or null parameter values in
Bifrost method calls if a CancellationToken parameter exists. If a token
was explicitly provided to the call, it won't be replaced.
Change some test class visibilities and sleep times.
@robhruska
Copy link
Member Author

Merged into #12

@robhruska robhruska closed this May 19, 2014
@robhruska robhruska deleted the Platform_CommandAttributeTimeouts branch May 19, 2014 22:15
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.

1 participant