Platform:
- iOS
- Version: latest
- emulator and device
Versions:
- CLI: 6.1.2
- Cross-platform modules: 6.1.2
- Runtime(s): 6.1.1
- Plugin(s): 1.2.0
Bug:
method listen from Presence Channel don't work in IOS
const echoChannel = this.echo
.join(channel)
.leaving(() => this.someoneLeaveTheChat()) as NullPresenceChannel;`
echoChannel.listen(this.eventName, (data) => {
console.log('received from server ', data);
});