Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSA8f2 #349

Merged
merged 2 commits into from
Apr 8, 2016
Merged

RSA8f2 #349

merged 2 commits into from
Apr 8, 2016

Conversation

ricardopereira
Copy link
Contributor

No description provided.

// RSA8f2
it("ensure that the message is rejected") {
let token = getTestToken()
let options = ARTClientOptions(token: token)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this token got a null value clientId?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 70ab463.

@ricardopereira ricardopereira force-pushed the rsa8f2 branch 2 times, most recently from 70ab463 to 099c2fb Compare April 6, 2016 23:33
@tcard
Copy link
Contributor

tcard commented Apr 8, 2016

LGTM

@ricardopereira ricardopereira merged commit 614995b into master Apr 8, 2016
@ricardopereira ricardopereira deleted the rsa8f2 branch April 8, 2016 16:29
ricardopereira added a commit that referenced this pull request Dec 22, 2017
* Fix RTP2a

* Fix RTP2e

* Fix RTL1

* Fix Realtime Host Fallback tests

* Fix RTP15e: check errorReason

* Add extra protections when ARTPaginatedResult is being used

* Fix RTC8b1

* Ignore didAuthorize when connection is closing

* Fix RTN14a

* Fix RTP19: presenceMap use memberKey as dict key

* Fix presence leave test where an error should exist when clientId is missing

* Ignore message when it's disconnected

* Do not request a Sync when an ATTACHED is received (see #349)

* Fix RTP2f

* Fix RTP5a

* Fix RTP8b

* Fix RTP11b

* Better treatment when connection is refused

* Add ARTAuthorizationCancelled

* Ignore message when socket is closed

* Log EventEmitter events

* Better timings

* Fix RTN13c

* Enhance RTL6c3 for better reliance

* Fix RTC3: close connection

* Fix: set attach timer after the connection is active

* Should not rely on publish callback because the message is queued

* Idle timer should stop when connection is closing

* OSReachability should check if the callback is assigned

* Better debug info

- Add channels name

* Fix RTN7c: `simulateIncomingNormalClose` is an unexpected closure so it will move to disconnected to recover
maratal pushed a commit that referenced this pull request Jul 19, 2023
Addresses issue whereby a client authenticated with a wildcard clientId value (indicating any clientId can be assumed), is not reflected to anyone observing the client i.e. Auth#clientId is null, yet Auth#clientId is also null when a client is anonymous.

Addresses realtime issue #349 and wiki issue #31

See ably/ably-ruby#66 for this issue discovered in ably-ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants