ably-js icon indicating copy to clipboard operation
ably-js copied to clipboard

feat: add `publish` to the `useChannel` hook

Open ttypic opened this issue 1 year ago • 1 comments

Using publish method you can send messages to the derived channels (channels with filter qualifier, without attaching to the channel or using other workarounds)

ttypic avatar Mar 01 '24 13:03 ttypic

I got confused a bit initially by the term transient realtime publishing, but it seems like it's just the same old .publish method called on a realtime channel, and it is considered transient if we never call attach/subscribe methods on a channel. Correct?

VeskeR avatar Mar 01 '24 19:03 VeskeR