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
Added RtcState, and support for saving and restoring the state of the Rtc
device. This support is useful for snapshot use cases, such as live
migration (#65).
Fixed
Fixed potential overflow in the Rtc implementation caused by an invalid
offset (#65).