When I call the Session.close method with a callback, I think it is called too early (immediately). I believe the bug lies here: https://github.com/farhadi/node-smpp/blob/master/lib/smpp.js#L237
When I negate the condition it works properly. The same applies to the destroy function
Hello!
When I call the
Session.close
method with a callback, I think it is called too early (immediately). I believe the bug lies here: https://github.com/farhadi/node-smpp/blob/master/lib/smpp.js#L237 When I negate the condition it works properly. The same applies to thedestroy
function