Skip to content

multicastMessage Returns "succeed" but Message Not Delivered #750

@aoi41

Description

@aoi41

I'm calling the multicastMessage method via:

IMResult imResult = MessageAdmin.multicastMessage(session.getUserId(), toUsers, request.getLine(), payload);

Image

The method returns a success status (imResult.isSuccess() is true), but the message is not delivered to any of the target users (toUsers). There are no errors thrown or exceptions logged, and the MultiMessageResult does not provide any indication of failure either.

Steps to Reproduce:

Invoke multicastMessage with a valid session.getUserId(), a populated toUsers list, a valid line, and payload.

Check the return value — the result says "succeed".

However, no users receive the message.

All users in toUsers are valid and online during the test and SDK is Latest Version

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