-
Notifications
You must be signed in to change notification settings - Fork 40
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
fromCipherKey does not match spec #492
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
Comments
tomczoink
added
the
bug
Something isn't working. It's clear that this does need to be fixed.
label
Jul 12, 2019
@amihaiemil are you able to look at this please? Check the spec for exactly what needs to be implemented. If an existing method in the library has the wrong name or signature, then it should be kept but annotated with |
amihaiemil
added a commit
to amihaiemil/ably-java
that referenced
this issue
Nov 1, 2019
amihaiemil
added a commit
to amihaiemil/ably-java
that referenced
this issue
Nov 1, 2019
amihaiemil
added a commit
to amihaiemil/ably-java
that referenced
this issue
Nov 1, 2019
amihaiemil
added a commit
to amihaiemil/ably-java
that referenced
this issue
Nov 1, 2019
paddybyers
pushed a commit
that referenced
this issue
Nov 5, 2019
paddybyers
pushed a commit
that referenced
this issue
Nov 5, 2019
paddybyers
pushed a commit
that referenced
this issue
Nov 5, 2019
paddybyers
pushed a commit
that referenced
this issue
Nov 5, 2019
@tomczoink PR #513 has been merged. I'm closing this. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Java library there's a method
fromCipherKey
, however according to the spec it should instead bewithCipherKey
(https://docs.ably.io/client-lib-development-guide/features/#TB3). We should ensure the method matches the spec.The text was updated successfully, but these errors were encountered: