Skip to content

Changed to newer, simpler server construction interface#2464

Merged
a11r merged 3 commits intogrpc:masterfrom
murgatroid99:node_server_construction_change
Jul 20, 2015
Merged

Changed to newer, simpler server construction interface#2464
a11r merged 3 commits intogrpc:masterfrom
murgatroid99:node_server_construction_change

Conversation

@murgatroid99
Copy link
Copy Markdown
Member

This replaces the existing two-phase server construction with creating a server object and then attaching service/implementation pairs to it. Also changes start to listen, because that more clearly indicates what it does.

This resolves #2456. With the new change, it also resolves #2465.

@ctiller
Copy link
Copy Markdown
Member

ctiller commented Jul 16, 2015

+1

On Wed, Jul 15, 2015, 5:07 PM Michael Lumish [email protected]
wrote:

This replaces the existing two-phase server construction with creating a
server object and then attaching service/implementation pairs to it. Also
changes start to listen, because that more clearly indicates what it does.

This resolves #2456 #2456.

You can view, comment on, or merge this pull request online at:

#2464
Commit Summary

  • Changed to newer, simpler server construction interface

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#2464.

@murgatroid99
Copy link
Copy Markdown
Member Author

I added the change that replaces a server-wide metadata handlers with the ability for individual handers to send metadata.

a11r added a commit that referenced this pull request Jul 20, 2015
…hange

Changed to newer, simpler server construction interface
@a11r a11r merged commit 2355066 into grpc:master Jul 20, 2015
@aymericbeaumet
Copy link
Copy Markdown

Awesome 👍

@lock lock bot locked as resolved and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Node server-wide metadata handler Change Node server construction interface

5 participants