Skip to content

Commit 9091a86

Browse files
committed
Tweak wording of RTF1
1 parent e1c1550 commit 9091a86

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
@@ -962,7 +962,7 @@ h3(#backoff-jitter). Incremental backoff and jitter
962962
** @(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.
963963

964964
h3(#realtime-compatibility). Forwards compatibility
965-
* @(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.
965+
* @(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)
966966

967967
h3(#wrapper-sdk-proxy). Wrapper SDK proxy client
968968

0 commit comments

Comments
 (0)