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 (Swift) #2278

Closed bernardnormier closed 3 weeks ago

bernardnormier commented 3 weeks ago

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

This is the Swift counterpart of #2277.