Skip to content

infinite reconect ( calll onConnect ) #255

Open
@ultrakeypoint

Description

@ultrakeypoint

I have been using reconnect option below.

        const options = {
          useSSL: false,
          keepAliveInterval: 60,
          reconnect: true,
          onSuccess: this.onConnect,
        };

client.disconnect();

but, our system that is connected to various systems under one name, even if it try to disconnect during duplicate connections, it will continue to try to reconnect.

Is there any way to solve this?

image

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