glushkovds / php-smpp

WIP. Implementation SMPP v3.4 protocol. Includes sending and listening USSD.
MIT License
19 stars 11 forks source link

Debugging unbind: finding the reason for the disconnection #5

Open Subb98 opened 3 years ago

Subb98 commented 3 years ago

Some GSM operators require one connection to be maintained and sometimes it is interrupted. This can be the reason for lost requests. In some cases, the library can initiate a disconnection. There is not enough debug log now to understand which case is triggered.

glushkovds commented 3 years ago

Hi! Debug log now in a bad condition. I want to deep refactor it, add logging to almost all classes.