Skip to content

Commit 1785fba

Browse files
authored
Merge pull request #191 from ably/RTL2f-clarification
Added forgotten test case for RTL2f
2 parents e37de99 + 3040af3 commit 1785fba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/features.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,9 +2024,10 @@ makes extensive use of goroutines and channels.
20242024
message continuity. In all other cases, `resumed` is false. A test
20252025
should exist to ensure that `resumed` is always false when a channel
20262026
first becomes `ATTACHED`, it is `true` when the channel is
2027-
`ATTACHED` following a successful [connection recovery](#RTN16), and
2028-
is `false` when the channel is `ATTACHED` following a failed
2029-
[connection recovery](#RTN16)
2027+
`ATTACHED` following a successful [connection resumption](#RTN15c6)
2028+
and [connection recovery](#RTN16), and is `false` when the channel
2029+
is `ATTACHED` following a failed [connection resumption](#RTN15c7)
2030+
or [connection recovery](#RTN16)
20302031
- `(RTL2h)` Optionally, for backwards compatibility with 0.8
20312032
libraries, the `RealtimeChannel` `EventEmitter` can provide an
20322033
overloaded method that supports `on(ChannelState)`, but must issue a

0 commit comments

Comments
 (0)