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

Support preferred encoding when reading commands #279

Merged
merged 2 commits into from
Mar 13, 2021
Merged

Support preferred encoding when reading commands #279

merged 2 commits into from
Mar 13, 2021

Conversation

adamralph
Copy link
Owner

Replaces #278. Thanks to @rasmus-unity for raising that PR!

This is a breaking changes because it adds the new optional parameter to ReadAsync before the CancellationToken, keeping the CancellationToken last, as recommended.

rasmus-unity and others added 2 commits March 13, 2021 11:43
@adamralph adamralph added enhancement New feature or request breaking This change could break current consumers labels Mar 13, 2021
@adamralph adamralph added this to the 7.0.0 milestone Mar 13, 2021
@adamralph adamralph merged commit 70c4481 into main Mar 13, 2021
@adamralph adamralph deleted the encoding branch March 13, 2021 11:07
@adamralph
Copy link
Owner Author

@rasmus-unity I've released this in 7.0.0-alpha.2, if you want to give it a try

@rasmus-unity
Copy link
Contributor

Thanks @adamralph for the quick response. I've confirmed that encoding support works for our use case on both Windows and Mac

@adamralph adamralph mentioned this pull request Mar 14, 2021
12 tasks
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This change could break current consumers enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants