I am subscribeing to a channel (JS) but channel.isJoined() is always false. The console looks like
- n {subscriptions: {…}, simpleListeners: {…}, options: {…}, waitConnection: Array(1), app: e, …}
- app: e {__appId: "9A86A9BF- ", __apiKey: “”, __serverURL: “https://api.backendless.com”, __debugMode: false, __standalone: false, …}
- connection: null
- options: {name: “1408CC84-8042-429A-A07F”}
- simpleListeners: {}
- subscriptions: {}
- waitConnection: Array(1)
1. 0: ƒ ()- arguments: (…)
- caller: (…)
- length: 0
- name: “r”
- prototype: {constructor: ƒ}
- proto: ƒ ()
- [[FunctionLocation]]: backendless.min.js?&bust=1613057961:15
- [[Scopes]]: Scopes[6]
2. length: 1
3. __proto__: Array(0)
- commandSender: (…)
- commandSubscriber: (…)
- connectSubscriber: (…)
- usersSubscriber: (…)
- proto: t
If I leave the page and come back I get connected…
Any idea what causes the app stying in the waitConnection-status?
regards