alexandr-mironov / php8-smpp

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

Typed property smpp\transport\Socket::$debug must not be accessed before initialization #6

Closed akasham67 closed 2 years ago

akasham67 commented 2 years ago

Hi,

When I want to try to send a message, I got the following issue Typed property smpp\transport\Socket::$debug must not be accessed before initialization. Please can you ensure me why I am getting this? Typed-property-smpp_transport_Socket-debug-must-not-be-accessed-before-initialization

Thank you!

alexandr-mironov commented 2 years ago

Hello, thanks for this issue, right now i didn't has any smpp gateways, so i'm develope this repo in "blind mode", for this reason this error exists, i'm add commit fixing this

akasham67 commented 2 years ago

Hi, Thank you for fixing this issue. Now I am getting another one. Typed-property-smpp_transport_Socket-socket-must-not-be-accessed-before-initialization Here is the error line: alexandr-mironov/php8-smpp/src/transport/Socket.php:272

Thank you again.

alexandr-mironov commented 2 years ago

Thanks you so much! i fixed this too if you using some payed smpp service please share link with me, so i can full tests this repo

akasham67 commented 2 years ago

Hi,

Now I am getting another issue on line number alexandr-mironov/php8-smpp/src/transport/Socket.php:372 SocketClose Yes!! I can send you SMPP details. How do I provide you with details?

Thanks!!

alexandr-mironov commented 2 years ago

Thanks again, you can send details to email in composer.json I already fixed previous bug, but it looks like it's not the last one