OpenSmpp / opensmpp

OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
http://opensmpp.org/
Other
188 stars 170 forks source link

Better interrupted handling for #11 #13

Closed paoloc0 closed 8 years ago

paoloc0 commented 8 years ago

Safer interrupted handling. Removed logging, which was only potentially interesting while the interruption was being swallowed.

paoloc0 commented 8 years ago

See comments in #12 for context on this pull request.