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
If I try to send the raw text "Hello World!", it gets encoded as 0d 53 48 65 6c 6c 6f 20 57 6f 72 6c 64 21. According to the spec, the length should be 0c instead of 0d, excluding the object ID.