go-m3ua icon indicating copy to clipboard operation
go-m3ua copied to clipboard

M3UA implementation in pure Golang.

Results 4 go-m3ua issues
Sort by recently updated
recently updated
newest added

Hi! Here are a few issues I found with m3ua.Conn: - messages.Data.MarshalBinary will call SetLength on its inner params.Param (eg. RoutingContexts) https://github.com/wmnsk/go-m3ua/blob/3084b69e489f734d959558e1d06699fe967a187a/conn.go#L94-L100 But these params.Param are globals from the cfg,...

- [ ] REG REQ - [ ] REG RSP - [ ] DEREG REQ - [ ] DEREG RSP

enhancement