Skip to content

Channel's subscriptions to onMessageAdded and onMessageDeleted not called on iOS #31

@hugomc92

Description

@hugomc92

It's working fine on Android but on Android it doesn't call the flutter implementation when listen to them

Version 1.1.7+9

Example:

channel.onMessageAdded?.listen((message) async {
        console.log('_generateConversation channel.onMessageAdded', channel.sid);

        // Not being called on iOS
}),

channel.onMessageDeleted?.listen((message) async {
        console.log('_generateConversation channel.onMessageDeleted', channel.sid);

        // Not being called on iOS
}),

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