Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/client-lib-development-guide/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ h3(#rest-channels). Channels
* @(RSN4)@ @Channels#release@ function:
** @(RSN4a)@ Takes one argument, the channel name, and releases the corresponding channel entity (that is, deletes it to allow it to be garbage collected)
** @(RSN4b)@ Calling @release()@ with a channel name that does not correspond to an extant channel entity must return without error
** @(RSN4c)@ Calling @release()@ with a channel name that corresponds to a channel that is in any state other than @INITIALIZED@, @DETACHED@, or @FAILED@ must, instead of releasing the channel, raise an error with code @90001@
** @(RSN4c)@ This clause has been deleted.

h3(#rest-channel). Channel

Expand Down