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 connection options map in endpoint tuple #101

Merged
merged 7 commits into from
Nov 9, 2023
Merged

Conversation

tsloughter
Copy link
Owner

@psalin this basically replaces #88 and will require changes for you in your usage if it goes in, so hoping you can review and give you thoughts.

I kinda want to rethink the whole 4 or 5-tuple thing... seems tedious instead of just a url and a map of options.

@psalin
Copy link
Collaborator

psalin commented May 31, 2023

The change looks good, its an easy change to take this into use. I agree that the current multi-tuple is not the clearest.

@tsloughter
Copy link
Owner Author

@psalin ok great. I'm struggling to figure out how to fix the SSL setup for 24 and 25 (let alone 26). Once I figure that out I'll be able to merge this.

@tsloughter
Copy link
Owner Author

tsloughter commented May 31, 2023

On 25 I get "Handshake Failure\n unacceptable_rsa_key" in the ssl tests.

@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (da0ab58) 39.51% compared to head (514fab8) 39.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
- Coverage   39.51%   39.47%   -0.05%     
==========================================
  Files          28       28              
  Lines        2118     2118              
==========================================
- Hits          837      836       -1     
- Misses       1281     1282       +1     
Files Coverage Δ
src/grpcbox_subchannel.erl 58.53% <100.00%> (-3.69%) ⬇️
src/grpcbox_channel.erl 67.27% <71.42%> (+0.60%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tsloughter tsloughter merged commit f85834d into main Nov 9, 2023
5 of 6 checks passed
@tsloughter tsloughter deleted the connection-opts branch November 9, 2023 15:51
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