opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
232 stars 163 forks source link

EOFException occurs when PDUReaderWorker#readPDU #165

Open Jayden-27 opened 2 years ago

Jayden-27 commented 2 years ago

jsmpp_version:2.3.11 I use default config to create a SMPPSession, but sometimes EOFException occurs when DefaultPDUReader#readPDUHeader. I always see 'Reading PDU session f5086d5c in state BOUND_TRX: null' in log file. How can I deal with such problem.