Skip to content

Revamp of C# channel options (aka channel args)#1995

Merged
tbetbetbe merged 3 commits intogrpc:masterfrom
jtattermusch:csharp_channel_options
Jun 11, 2015
Merged

Revamp of C# channel options (aka channel args)#1995
tbetbetbe merged 3 commits intogrpc:masterfrom
jtattermusch:csharp_channel_options

Conversation

@jtattermusch
Copy link
Copy Markdown
Contributor

This is to be merged after #1992 is in.

Changes:
-- Use more understandable name "ChannelOptions" instead of cryptic "ChannelArgs".
-- Get rid of the builder pattern when building channel options and allow user to just specify a list of ChannelOption objects (that should be more idiomatic for C# and allows using object initializer).
-- Provide constants for well-known channel options.
-- Allow server to use ChannelOptions as well.
-- Add some tests.

@jtattermusch
Copy link
Copy Markdown
Contributor Author

Travis issues don't seem to be related to this PR. Posted issues for them.

@jtattermusch
Copy link
Copy Markdown
Contributor Author

I rebased this one so it's mergeable. Please take a look. I believe the travis failures are not connected to this change at all.

tbetbetbe added a commit that referenced this pull request Jun 11, 2015
Revamp of C# channel options (aka channel args)
@tbetbetbe tbetbetbe merged commit e27b0e5 into grpc:master Jun 11, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jan 31, 2019
@lock lock bot unassigned tbetbetbe 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.

3 participants