ably / specification

The Ably features spec for client library SDKs.
Apache License 2.0
0 stars 4 forks source link

CHA-RL5d: add instantaneous channel state check #225

Closed AndyTWF closed 1 week ago

AndyTWF commented 1 week ago

Adds more clarity around the instantaneous channel state check to indicate that we should first check the channel state, then subscribe to state changes if it's still the same.

Resolves #221