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
Message::body now checks the body signature for safer deserialization. Message::body_unchecked is provided for cases where you don't want this behaviour.
Fix issue of important incoming messages getting lost during method calls by Connection maintaining a queue of incoming messages.
Use UnixStream::pair instead of unsafe socketpair.
Fix an infinite recursion in PartialEq implementation of MessageError.