Skip to content

Minor typo in PooledSocket.cs #250

Closed
@thoffmann-fms

Description

@thoffmann-fms

In PooledSocket.cs:
DebuggerDisplay("[ Address: {endpoint}, IsAlive = {IsAlive} ]")].

{endpoint} is missing the underscore to work {_endpoint}.
DebuggerDisplay("[ Address: {_endpoint}, IsAlive = {IsAlive} ]")].

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