ably / ably-java

Java, Android, Clojure and Scala client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
86 stars 39 forks source link

Token issue potential bug #76

Open mattheworiordan opened 8 years ago

mattheworiordan commented 8 years ago

We have identified a situation where a client library could, in theory, end in an endless loop of trying to reissue tokens and reattempt requests. We've addressed this now in the spec at https://github.com/ably/docs/commit/b628023b83aca480464d55e4260e21ee20690d7a.

This library needs to be updated accordingly.

┆Issue is synchronized with this Jira Bug by Unito

paddybyers commented 8 years ago

This is addressed for HTTP as a result of http auth changes in https://github.com/ably/ably-java/pull/123.

Need to check ws still.

mattheworiordan commented 7 years ago

@paddybyers @trenouf can we close this, or can this still affect WS?

mattheworiordan commented 7 years ago

@paddybyers @psolstice does this issue still apply?

AndyNicks commented 3 years ago

@paddybyers does this issue still apply or we can close it?

paddybyers commented 3 years ago

I don't think we confirmed - we should keep this issue open and investigate when someone is able to pick it up