Commit 7aa0bc8
committed
docs(uts): proxy supports both JSON and msgpack, not text frames only
uts-proxy v0.3.0 (ably/uts-proxy#4) derives a WebSocket message's encoding
from the `format` query parameter — matching the Ably server — rather than
from the WebSocket frame type. The proxy can therefore decode and match both
JSON and msgpack messages, including SDKs (e.g. ably-java) that send JSON
payloads over binary WebSocket frames.1 parent 8a8fbff commit 7aa0bc8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments