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

Minor documentation improvements #33

Merged
merged 2 commits into from
Apr 11, 2023
Merged

Minor documentation improvements #33

merged 2 commits into from
Apr 11, 2023

Conversation

bentoi
Copy link
Contributor

@bentoi bentoi commented Apr 11, 2023

This PR implements accepted fixes from #30.

One thing which isn't clear to me... We tie outgoing/incoming request "features" to C#. Do we anticipate it to be specific to the C# implementation of IceRPC? It would think this is more general IceRPC concept that will be available in other language mappings.

several built-it interceptors for logging, compression and more.

- **Pipeline**\
A [pipeline](pipeline) forwards a request through interceptors and a final invoker registered with this pipeline.
Copy link
Member

Choose a reason for hiding this comment

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

Is final the same as leaf?

If yes, then we should use the same term.
If no, then what's the difference?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I fixed the test to use leaf instead of final.

@bentoi bentoi merged commit 59d22a5 into icerpc:main Apr 11, 2023
2 checks passed
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.

None yet

2 participants