fiorix / go-smpp

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

close and recreate client.inbox channel after disconnected fixes #79 #80

Closed michalm86 closed 5 years ago

michalm86 commented 5 years ago

Initialize client.inbox channel lazily and close it once Disconnected in order to release bindFunc goroutines waiting on the channel.

fiorix commented 5 years ago

👍