-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
I'm calling the multicastMessage method via:
IMResult imResult = MessageAdmin.multicastMessage(session.getUserId(), toUsers, request.getLine(), payload);

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
Labels
No labels