fiorix / go-smpp

SMPP 3.4 Protocol for the Go programming language
MIT License
218 stars 135 forks source link

Fix bug with incorrect countParts. #22

Closed vagruchi closed 8 years ago

vagruchi commented 8 years ago

If len(rawMsg) % maxLen == 0 your code can panic.

fiorix commented 8 years ago

Nice, thanks