sxiao3 / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

Sending multiple messages without waiting for submit_sm_response #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. submit_sm will not wait for submit_sm_response for sending another message.

What is the expected output? What do you see instead?
It will send multiple messages without waiting for submit_sm_response.In that 
particular libs submit_sm is wait for submit_sm_response and if that response 
is not get in 2000 mili second it will send exception.please tell me how to 
internally handle the submit_sm_response separately. 

What version of the product are you using? On what operating system?
jsmpp-2.1.0.On linux operating system

Original issue reported on code.google.com by swati.g...@telemune.com on 6 Aug 2014 at 7:15