Skip to content

Wiki Error Handling Docs Issues #84

Description

@gregberns

Code changes have been made that make 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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions