You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ably/ably-js#377 adds an undocumented API (a secret additional argument to attach()) to specify channel attach flags, which is used by the realtime channel_attach_flags tests. Per ably/ably-js@1cfe662#commitcomment-21065665 , we should review this to discuss how we want to expose this officially (and whether we want to at all).
The ably-js temporary api currently takes an array of strings specified in the ProtocolMessage flags object, e.g. channel.attach(['PUBLISH','SUBSCRIBE'], (err) => console.log(err)).
ably/ably-js#377 adds an undocumented API (a secret additional argument to attach()) to specify channel attach flags, which is used by the realtime
channel_attach_flagstests. Per ably/ably-js@1cfe662#commitcomment-21065665 , we should review this to discuss how we want to expose this officially (and whether we want to at all).The ably-js temporary api currently takes an array of strings specified in the ProtocolMessage
flagsobject, e.g.channel.attach(['PUBLISH','SUBSCRIBE'], (err) => console.log(err)).