fiorix / go-smpp

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

smpp server not accepting multiple clients #88

Closed vanipolnedi closed 4 years ago

vanipolnedi commented 4 years ago

Hi, I want to connect multiple clients to server but if one client is connected, unable to connect another client (unable to bind ). Any suggestions please. Error if more than one client connects :

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x7a18af]

goroutine 1 [running]: main.smpp_connection(0xc0000143c0, 0xc, 0xbb8, 0xc000014420, 0x6, 0xc000014470, 0x6, 0x8)

Thanks in advance