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
This PR adds session events generated by processing the sender state
machine. To enable serialization and deserialization of session events,
we implement `serde::Serialize` and `serde::Deserialize` on the
underlying v1 & v2 types that are captured in session events.
To enable comparisons between `SessionEvents` during tests, all event
types must also implement `PartialEq` and `Eq`.
Tests cover roundtrip ser/deserialization of each session event.
0 commit comments