ArdanStudios / SMPPClient

SMPP Client in C#
Other
30 stars 33 forks source link

Add code for receiver handler #9

Closed KaterynaBozhko closed 3 years ago

KaterynaBozhko commented 3 years ago

This function will separate delivery receipt and normal incoming message.

ardan-bkennedy commented 3 years ago

Hi, I have no way to validate these changes since I don't work in C# anymore of this code base. Are you using this code and changes in a production environment right now?

ardan-bkennedy commented 3 years ago

I feel like you made these changes for logging and not to fix broken logic? What was the motivation behind these changes?

KaterynaBozhko commented 3 years ago

Hello. Yes it's working with my small project

вс, 30 авг. 2020 г. в 19:06, William Kennedy notifications@github.com:

I feel like you made these changes for logging and not to fix broken logic? What was the motivation behind these changes?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ArdanStudios/SMPPClient/pull/9#issuecomment-683438509, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFW4IMV3VD74NATJSKSOADSDJ2KBANCNFSM4QPV5GNA .

KaterynaBozhko commented 3 years ago

I removed the real systemId and password. That was my fault.