Closed maciej closed 9 years ago
I've noticed while reading the code of DefaultSmppServer (line 115) that the executor parameter is never used. I'm not sure if this is intended behaviour.
Good catch. The use of the ExecutorService got orphaned with Netty changes. This is no longer relevant in the Netty 4 implementation.
I've noticed while reading the code of DefaultSmppServer (line 115) that the executor parameter is never used. I'm not sure if this is intended behaviour.