opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
230 stars 160 forks source link

SynchronizedPDUSender: Synchronization Broken? #234

Open PascalSchumacher opened 1 week ago

PascalSchumacher commented 1 week ago

All methods beside sendSubmitSmResp and sendDataSmRespof SynchronizedPDUSender synchronize on the OutputStream parameter.

Shouldn't sendSubmitSmResp and sendDataSmResp behave in the same way, or am I missing something?