alexandr-mironov / php8-smpp

SMPP Client (v 3.4) on PHP8
7 stars 8 forks source link

Error Log : ignore #13

Closed meetshamee closed 1 year ago

meetshamee commented 1 year ago

production.ERROR:` Failed to read reply to command: 0x6 {"exception":"[object] (smpp\exceptions\SmppException(code: 0): Failed to read reply to command: 0x6 at /home/public_html/vendor/alexandr-mironov/php8-smpp/src/Client.php:948)"}

How to safely ignore this error logging ?

alexandr-mironov commented 1 year ago

Hi! It seems like you have some errors while you try to unbind

can you share debug output printed before exception was thrown?

meetshamee commented 1 year ago

Yes, some provider doesn't like unbind on Receiver mode. So the problem was solved by omitting '$smpp->close()' from Read delivery receipt. Thanks