twitter-archive / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Other
382 stars 356 forks source link

DefaultSmppServer should use IO executor passed to its constructor #112

Closed mkubala closed 8 years ago

mkubala commented 9 years ago

When passing custom ExecutorService to one of the DefaultSmppServer auxiliary constructors, then it is ignored and new instance of CachedDaemonThreadPool is used instead.