File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments