You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Adham,
I've been using JamaaSmpp for the past nine months and lately, we've encountered a very abnormal problem. When sending large messages(more than 2 PDUs) asynchronously using BeginSendMessage, sometimes the messages get merged and the user gets only one message which is a combination of the two sent messages. The final message has the exact number of characters of one of the messages but the content is neither one of them.
P.S: It's worth mentioning that I send nearly 500 PDUs every second in rush hours.
I appreciate it if you can help me with this issue. Many thanks.