Skip to content

Crash on socket close if disconnected #128

@Steelight

Description

@Steelight

I had to me the following change in WebSocketClient:

public void close() {
    if( thread != null ) {
        if (conn != null) // <--
            conn.close( CloseFrame.NORMAL );

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions