airdamien
airdamien
import uikit
confirmed same behavior on centos 6.9
hmm on investigation, m.Data is coming back with a len(m.Data) of 32. changed to this and it's now running const ( AUDIT_STATUS_SIZE = 32 // Size of auditStatus ) type...
const ( AUDIT_STATUS_SIZE = 32 // Size of auditStatus AUDIT_STATUS_EXT_SIZE = 40 // Size of auditStatus ) BacklogLimit uint32 /* waiting messages limit */ Lost uint32 /* messages lost */...
Oh it's crude
I am also experiencing this, debug=9 isn't showing anything obviously wrong.