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,I am new to jsmpp and getting the following exception
Message sending failed java.io.IOException: Cannot submitShortMessage while in state CLOSED.
My log onStateChange method :
State changed from CLOSED to BOUND_TRX on org.jsmpp.session.SMPPSession@3bfc9f89 and isBound of new sate is true,isBound of old sate is false.
Often facing this issue ,i tried reconnecting but the client says that "your connection is already active but you keep on reconnecting",also asking for the PDU logs.On restarting my application everything working fine.
So, please kindly help me to overcome this exception.
The text was updated successfully, but these errors were encountered:
Hi Everyone.. im also facing this issue. When restarting my service everything works fine.
Can anybody have a solution to auto connect to session when it is closed.
Hi,I am new to jsmpp and getting the following exception
Message sending failed java.io.IOException: Cannot submitShortMessage while in state CLOSED.
My log onStateChange method :
State changed from CLOSED to BOUND_TRX on org.jsmpp.session.SMPPSession@3bfc9f89 and isBound of new sate is true,isBound of old sate is false.
Often facing this issue ,i tried reconnecting but the client says that "your connection is already active but you keep on reconnecting",also asking for the PDU logs.On restarting my application everything working fine.
So, please kindly help me to overcome this exception.
The text was updated successfully, but these errors were encountered: