fiorix / go-smpp

SMPP 3.4 Protocol for the Go programming language
MIT License
220 stars 134 forks source link

Fix crash when disconnect happens while submitting a message. Fixes #32 #35

Closed VDVsx closed 8 years ago

VDVsx commented 8 years ago

The added test case does not cover fully the crash I experience since it happens after writing to the socket started already, bit tricky to add a test case for that.

VDVsx commented 8 years ago

@fiorix

fiorix commented 8 years ago

Good catch! Thanks.