Lynesth
Lynesth
That way anyone can easily implement a "persistent" generator without having to create a new class. Feel free to comment whatever you think about it. ```python client = smpplib.client.Client('example.com', SOMEPORTNUMBER,...
According to the SMPP specification: > The maximum number of outstanding (i.e. unacknowledged) SMPP operations between an ESME and SMSC and vice versa is not specified explicitly in the SMPP...
Not sure if needed ot if correctly implemented but I've added a function to parse the `short_message` property of pdus from `deliver_sm` commands since not all vendors fill in optional...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? There's a couple of issues related...