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
In the current code, the Payload []byte field may contain payload either before or after mice encoding.
This is confusing behavior and we should avoid.
Perhaps we should factor out other Exchange members to a separate struct. #427 would also benefit from such change.