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
Created a Rest instance with clientId specified in ClientOptions.
Published a message without clientId.
Queried history
What did you expect to happen?
That message from history has clientId specified under ClientOptions passed to Rest instance.
What happened instead?
clientId was null.
Spec:
[RSL1m1](https://docs.ably.io/client-lib-development-guide/features/#RSL1m1) Publishing a Message with no clientId when the clientId is set to some value in the client options should result in a message received with the clientId property set to that value
Ably SDK:
1.2.3
iOS Simulator:
iOS14.2
Cocoa Pods:
1.9.3
XCode:
Xcode 12.2
What did you do?
Rest
instance withclientId
specified inClientOptions
.clientId
.What did you expect to happen?
That message from history has
clientId
specified underClientOptions
passed toRest
instance.What happened instead?
clientId
was null.Spec:
[RSL1m1](https://docs.ably.io/client-lib-development-guide/features/#RSL1m1)
Publishing aMessage
with no clientId when the clientId is set to some value in the client options should result in a message received with theclientId
property set to that valueDiscussion reference
┆Issue is synchronized with this Jira Uncategorised by Unito
The text was updated successfully, but these errors were encountered: