Skip to content

Commit 8d97ade

Browse files
committed
Tweak wording of RTF1
1 parent 17854b7 commit 8d97ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textile/features.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ h3(#backoff-jitter). Incremental backoff and jitter
956956
** @(RTB1b)@ The jitter coefficient is a random number between 0.8 and 1. The randomness of this number doesn't need to be cryptographically secure but should be approximately uniformly distributed.
957957

958958
h3(#realtime-compatibility). Forwards compatibility
959-
* @(RTF1)@ The library must apply the "robustness principle":https://en.wikipedia.org/wiki/Robustness_principle in its processing of requests and responses with the Ably system. In particular, deserialization of ProtocolMessages and related types, and associated enums, must be tolerant to unrecognised attributes or enum values. Such unrecognised values must be ignored.
959+
* @(RTF1)@ The library must apply the "robustness principle":https://en.wikipedia.org/wiki/Robustness_principle in its processing of requests and responses with the Ably system. In particular, deserialization of ProtocolMessages and related types, and associated enums, must be tolerant to unrecognised attributes or enum values, which must be ignored (in the case of unrecognised attributes) or handled in some sensible, language-idiomatic way (for unknown enum members)
960960

961961
h3(#wrapper-sdk-proxy). Wrapper SDK proxy client
962962

0 commit comments

Comments
 (0)