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

Wrap DeviceCodePhaseOneResponse::stream response in Pin<Box>> #1368

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Sep 11, 2023

In order to use the stream, it needs to be a Pinned box.

This change aligns the code with other places in the SDK that return Streams, where we handle pinning the stream for the caller.

Brian Caswell added 2 commits September 9, 2023 11:39
In order to use the stream, it needs to be a Pinned box.

This change aligns the code with other places in the SDK that return
Streams, where we handle pinning the stream for the caller.
@demoray demoray marked this pull request as ready for review September 11, 2023 20:37
@demoray demoray merged commit c0a0834 into Azure:main Sep 11, 2023
@demoray demoray deleted the make-devicecode-always-pin-response branch September 11, 2023 22:17
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.

2 participants