Skip to content

Stompjs works only in debug mode react-native #149

@ishraqe

Description

@ishraqe
 `const client = new Client({
      brokerURL: url
      orceBinaryWSFrames: true,
      appendMissingNULLonIncoming: true,
      logRawCommunication: true,
      reconnectDelay: 0, // disable auto reconnect
      debug: str => {
       console.warn(str);
     }
 });

`
im using RN version: 0.59.9
and stompjs version : ^5.4.2

when the simulator is in debug mode the client gets connected otherwise nothing.

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