Code changes have been made that make [Error-handling](https://github.com/louthy/echo-process/wiki/Error-handling) out f date. ``` Process.observe(Process.DeadLetters).Subscribe(Console.WriteLine); ``` Should be something like this: ``` Process.observe<object>(Process.DeadLetters()).Subscribe(Console.WriteLine); ```
Code changes have been made that make Error-handling out f date.
Should be something like this: