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 commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Fixed ping() so a timed-out, rejected, or connection-dropped ping no longer leaves a stale future behind that made every later ping() call fail or hang #687
Annotation data is now encrypted on publish and decrypted on REST get() for channels with a cipher configured, instead of being sent in plaintext #680
Fixed the "unable to attach" log to report the connection state that is blocking the attach rather than the channel state #653