@@ -82,12 +82,12 @@ Start receiving messages from the Ably service.
8282** Scope** :
8383
8484- channels, including:
85- - Channels.get (` RTS3c ` )
86- - Channels.release (` RTS34 ` )
85+ - Channels.get ([ ` RTS3c ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTS3c ) )
86+ - Channels.release ([ ` RTS34 ` ] ( https://docs.ably.io/client-lib-development-guide/features/RTS34 ) )
8787 - RealtimeChannel state machine
8888 - attach ([ ` RTL4 ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTL4 ) )
8989 - detach ([ ` RTL5 ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTL5 ) )
90- - subscribe ([ RTL7] ( https://docs.ably.io/client-lib-development-guide/features/#RTL7 ) ) / unsubscribe ([ RTL8] ( https://docs.ably.io/client-lib-development-guide/features/#RTL8 ) )
90+ - subscribe ([ ` RTL7 ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTL7 ) ) / unsubscribe ([ ` RTL8 ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTL8 ) )
9191 - consider whether there is a Python-idiomatic alternative to blindly implementing ` EventEmitter `
9292
9393** Objective** : Receive application level messages from the network.
@@ -98,11 +98,11 @@ Give users visibility of connection errors and enable the library to continue op
9898
9999- connection errors
100100 - add the ` DISCONNECTED ` and ` SUSPENDED ` channel states
101- - handle connection opening errors ` RTN14 `
102- - handle ` DISCONNECTED ` protocol messages ` RTN15h `
103- - send resume requests ` RTN15b `
104- - respond to connection resume responses ` RTN15c `
105- - fallbacks (` RTN17 ` )
101+ - handle connection opening errors ( [ ` RTN14 ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTN14 ) )
102+ - handle ` DISCONNECTED ` protocol messages ( [ ` RTN15h ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTN15h ) )
103+ - send resume requests ( [ ` RTN15b ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTN15b ) )
104+ - respond to connection resume responses ( [ ` RTN15c ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTN15c ) )
105+ - fallbacks ([ ` RTN17 ` ] ( https://docs.ably.io/client-lib-development-guide/features/#RTN17 ) )
106106
107107## Milestone 3: Token Authentication
108108
0 commit comments