-
Notifications
You must be signed in to change notification settings - Fork 18
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
Realtime Publish #23
Merged
Merged
Realtime Publish #23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da53d26
to
7b4db0b
Compare
6e3750a
to
41a97e1
Compare
f40547b
to
1624991
Compare
9178040
to
9949795
Compare
zoechi
suggested changes
Aug 3, 2020
1624991
to
eb93cb5
Compare
9949795
to
c727e99
Compare
zoechi
approved these changes
Aug 5, 2020
android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
Outdated
Show resolved
Hide resolved
515167b
to
d582121
Compare
1. AblyMessage string representation for better logging while debugging 2. readValueAsJsonElement made static so can be used elsewhere 3. Type conversion fixes for Message[] and data
59ff55b
to
176d8c1
Compare
QuintinWillison
suggested changes
Aug 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I seem to have been sat on this one for days, accumulating comments. Finally getting round to completing it. Few minor tweaks please.
android/src/main/java/io/ably/flutter/plugin/AblyFlutterMessage.java
Outdated
Show resolved
Hide resolved
android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
Outdated
Show resolved
Hide resolved
android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
Outdated
Show resolved
Hide resolved
android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
Outdated
Show resolved
Hide resolved
android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
Outdated
Show resolved
Hide resolved
1. var -> const 2. code formatting using `prettier` playground: https://prettier.io/playground/
1. spaces over tabs as preferred by default java formatter 2. remove extra line at EOF, in dart
QuintinWillison
approved these changes
Aug 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Publishing realtime messages either as
name
anddata
or as aMessage
object orList<Message>