`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.