ably / specification

The Ably features spec for client library SDKs.
Apache License 2.0
0 stars 4 forks source link

add RSL6a3 msgpack fixture tests #133

Open amnonbc opened 1 year ago

amnonbc commented 1 year ago

https://github.com/ably/ably-common/pull/181 added a set of test fixtures to test the binary encoding protocol-messages. https://github.com/ably/ably-go/pull/588 adds test which check that these fixtures are decoded correctly, and that re-encoding them gets back to the original fixture. This PR proposes that all SDKs write tests that use these fixtures, ensuring that all our SDKs can read and write the same binary format.

lmars commented 1 year ago

@amnonbc please add a PR description with some context about why we're adding this.