Skip to content

Exceptions which fire within Response.Send() cause entire app to exit #6

@wildbunny

Description

@wildbunny

e.g. changing the code to this:

WriteStream(listenerResponse.OutputStream)
.Subscribe(s =>
{
    try
    {
        s.Close();

        throw new System.Net.Sockets.SocketException();

will cause the entire app to exit. Would be nice to pass any exceptions back up the chain for handling via the app itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions