fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
244 stars 141 forks source link

Fixed incorrect SCTPConn type in diam_sctp_client (#170) #171

Closed rudchenkos closed 1 year ago

rudchenkos commented 1 year ago

The example SCTP client was crashing on connection:

panic: interface conversion: net.Conn is diam.SCTPConn, not sctp.SCTPConn

rudchenkos commented 1 year ago

@fiorix Can you please take a look at it? It is a trivial change

fiorix commented 1 year ago

Thank you!

rudchenkos commented 1 year ago

Thank you, Alexandre! :raised_hands: