Skip to content

NullPointerException message when net library Server tries to write to a disconnected client. #2577

@kfeuz

Description

@kfeuz

When the Server in the net Library tries to write to a client a NullPointerException message is unnecessarily generated because the Server already knows the client has disconnected. This can be fixed by moving the write call inside of the check for the client being active.

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