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

Incorrect server shutdown in demos? #60

Closed krasa closed 9 years ago

krasa commented 10 years ago

Is there some reason why only

    smppServer.stop();

is called, and not

    smppServer.destroy();
    monitorExecutor.shutdown();

I would expect to see #stop at some demo which actually shows rerunning of the server.

xgp commented 9 years ago

Good catch. Changed in a0f4a1683f97ea304cf888708a7c0e1fdb814d86.