onlinecity / php-smpp

PHP 5 based SMPP client library
232 stars 160 forks source link

Persistent Session #80

Open tarun-rabbitdigital opened 6 years ago

tarun-rabbitdigital commented 6 years ago

How can I create a persistent session with my SMSC. Currently after sending an SMS it unbinds and closes the session. This happens even if I comment out the close function.

osinnowo commented 5 years ago

Same here, looking for persistent session.

@tarun-rabbitdigital have you been able to find a fix.

You can use this guy: https://github.com/shaneharter/PHP-Daemon/tree/master/Examples

zkenstein commented 4 years ago

Have you guys succeed with this? Hi @litunny, would you like share how to implement the daemon?