Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multipart messages - Delivery Status #15

Open
meetshamee opened this issue Apr 24, 2023 · 1 comment
Open

Multipart messages - Delivery Status #15

meetshamee opened this issue Apr 24, 2023 · 1 comment

Comments

@meetshamee
Copy link

The delivery report of multipart messages is difficult to read. In transmitter mode the last ID output is received as response. The receiver reads only the first ID and skips the rest. A miss match occurs because the operator sends status to all parts of the message but does not read the last ID. Is there a way to read all the ids without skipping them?

NB :: if the status of outgoing messages is 'DELIRVD' then this error is not seen; This issue is only with REJECT and FAILED status.

@meetshamee
Copy link
Author

meetshamee commented Apr 29, 2023

Detailed inspection revealed the problem again.
The first half of the sent Multipart message ID will be: 11111111111111 and the second half ID will be : 11111111111112. If status : 'DELIRVD' (0) then parseDeliveryReceipt passes both to the logger. If STATE_REJECTED (8) then only the first half ID of the message is passed. Anyone else having this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant