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

drop unnecessary sync marker #11

Merged
merged 3 commits into from
Jul 28, 2021
Merged

Conversation

silverjam
Copy link
Contributor

@silverjam silverjam commented Jul 5, 2021

Precipitated by this change: rusoto/rusoto#1896 which eventually propagates to our package here: https://github.com/swift-nav/esthri/blob/master/src/esthri/src/http_server.rs#L346 and causes a compile error because .append_data requires the stream to be Send+Sync. Dropping the Sync marker seems to work here, assuming that it isn't actually needed for some other reason?

And FWIW, this was encountered while updating Rusoto here: https://github.com/swift-nav/esthri/pull/184/files -- our package combines types from rusoto and async-tar.

@silverjam
Copy link
Contributor Author

@dignifiedquire Any thoughts on this?

@silverjam
Copy link
Contributor Author

Thanks! Unfortunately I can't merge unless you'd like to add me as a maintainer, happy to help getting a release out.

@dignifiedquire dignifiedquire merged commit 0a185f8 into dignifiedquire:master Jul 28, 2021
@silverjam
Copy link
Contributor Author

Great, thanks for pushing out a release!

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