Skip to content

Commit 325faed

Browse files
committed
Tweak wording of RTF1
1 parent 5a9d244 commit 325faed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textile/features.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ h3(#backoff-jitter). Incremental backoff and jitter
971971
** @(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.
972972

973973
h3(#realtime-compatibility). Forwards compatibility
974-
* @(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.
974+
* @(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)
975975

976976
h3(#wrapper-sdk-proxy). Wrapper SDK proxy client
977977

0 commit comments

Comments
 (0)