zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Install middleware in ObjectAdapter in C# #2277

Closed bernardnormier closed 3 weeks ago

bernardnormier commented 3 weeks ago

This PR improves ObjectAdapter in C# to allow users to install middleware and construct the dispatch pipeline for the ObjectAdapter.

It also a new middleware test that currently only verifies middleware execution order.