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 out of range exception and failure to cancel Asynchronous RPC Operation #1078

Merged
merged 2 commits into from
Sep 19, 2018

Conversation

joeljfischer
Copy link
Contributor

Fixes #1076

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Unit tests have been added

Summary

Fix possible crashes in SDLAsynchronousRPCOperation on cancellation of operations.

Changelog

Bug Fixes
  • Fix possible crashes in SDLAsynchronousRPCOperation on cancellation of operations.

CLA

@joeljfischer joeljfischer added the bug A defect in the library label Sep 18, 2018
@joeljfischer joeljfischer added this to the 6.1.0 milestone Sep 18, 2018
@joeljfischer joeljfischer self-assigned this Sep 18, 2018
@joeljfischer joeljfischer mentioned this pull request Sep 18, 2018
1 task
@mvyrko
Copy link
Contributor

mvyrko commented Sep 18, 2018

@joeljfischer Good to have it in 6.1.0. Thank you in advance

}
});

fit(@"should fail correctly", ^{
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the focus from this test case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Copy link
Contributor

@NicoleYarroch NicoleYarroch left a comment

Choose a reason for hiding this comment

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

Focus needs to be removed from test case

@joeljfischer joeljfischer merged commit 5588efd into develop Sep 19, 2018
@joeljfischer joeljfischer deleted the bugfix/issue_1076_range_exception branch September 19, 2018 18:35
@joeljfischer joeljfischer mentioned this pull request Sep 19, 2018
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants