dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Reverse calls #289

Closed einari closed 4 years ago

einari commented 4 years ago

This PR brings in the concept of reverse calls being made from a server (host) to a client by leveraging duplex streams. It tracks calls being initiated and guarantees that the response coming back is matched to the request that was made and also that they are resolved (Continued) asynchronously in the order they were called.

┆Issue is synchronized with this Asana task