Lynesth
Lynesth
Oh this fails on 2.7 because of the `rb` in front of the regex. Not sure how to fix this right now, will look at it later.
@eigenein Thanks that did the trick.
@podshumok @eigenein Could I get some review on this when you have the time ? I am using this in my implementation at the moment because my SMSC doesn't fill...
@eigenein Even though it is vendor specific it seems to be pretty widely used as is and most of the providers use that format. If I understood correctly you would...
Feel free to close it if you want. I won't have time to modify it anytime soon and wouldn't know where to put it anyway.
I encountered something similar (not sure now that I reread the post but posting it here anyway). **Setup**: A thread is used to `listen()` and at some point the main...
That's the wrong implementation... Will fix it later, I gotta go.
It can only work in a threaded environment (threaded listen/poll). I'm sure it isn't the best way to implement this, by far, but it gives a good idea of what...
@eigenein Thank you for your comments, I will answer to each individually.
@grmagalhaes Please feel free to test #89 and tell us if that feels your needs.