Skip to content

method 'listen' from 'Presence Channel' don't work in IOS #14

@Sartori-RIA

Description

@Sartori-RIA

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);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions