You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addressing code comment that may lead to event loss. If ETW/MsgPack -encoded payload contains two sequential zeroes 0x00 0x00 , then it appears that event may be lost. Need to use EventWrite instead of EventWriteString to solve this.
Addressing code comment that may lead to event loss. If ETW/MsgPack -encoded payload contains two sequential zeroes 0x00 0x00 , then it appears that event may be lost. Need to use
EventWriteinstead ofEventWriteStringto solve this.