linxGnu / gosmpp

Smpp (3.4) Client Library for Go
Apache License 2.0
152 stars 59 forks source link

Add a OnRebind callback to notify when rebind was successful #121

Closed laduchesneau closed 8 months ago

laduchesneau commented 10 months ago

What: Add callback to notify users when the rebind was successful

Why: As requested in #104, the user sometimes needs to be notified when rebind was successful.

How: Simply add a new callback that is used after the rebind is successful in the rebind func.