Commit b8c3684
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.
The previous note in integration-testing.md claimed the proxy "only supports
text WebSocket frames, so proxy-based tests cannot use msgpack", which is no
longer accurate and was the reason proxy frame-inspection silently failed for
SDKs sending binary frames in JSON mode.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8a8fbff commit b8c3684
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