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

Remove close notifier methods #478

Merged

Conversation

mangas
Copy link
Contributor

@mangas mangas commented Jun 13, 2019

Remove CloseNotifiers. CloseNotify has been deprecated in the standard library since the introduction of the request context. grpc-go removed the use of CloseNotify in march, we should be able to remove this and have users use the request context instead.

Fixes #337

@mangas
Copy link
Contributor Author

mangas commented Jun 13, 2019

@johanbrandhorst Is this what you mean?

Copy link
Contributor

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

Yes, thanks!

@johanbrandhorst johanbrandhorst changed the title remove close notifier methods Remove close notifier methods Jun 13, 2019
@johanbrandhorst
Copy link
Contributor

johanbrandhorst commented Jun 13, 2019

Looks like we've got a test error: https://travis-ci.org/improbable-eng/grpc-web/jobs/545169517. I don't really understand this error, maybe @MarcusLongmuir or @jonny-improbable could help?

@jonny-improbable jonny-improbable merged commit d3a3431 into improbable-eng:master Aug 5, 2019
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.

projects like chi v4 deprecate http.CloseNofity and stop working for grpc-web
3 participants