dolittle-obsolete / DotNET.Fundamentals

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

Fix ReverseCallDispatcher #307

Closed woksin closed 4 years ago

woksin commented 4 years ago

This PR fixes an issue where you could have exceptions occuring in the two independently running tasks without them affecting the connection in any way. The processing would simply just stop without anyone noticing. Changes:

┆Issue is synchronized with this Asana task