Skip to content

Commit

Permalink
Updated channelbase sync method warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 4, 2024
1 parent ad7b4f3 commit 468ffc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ private static void callCompletionListenerSuccess(CompletionListener listener) {

@Deprecated
public void sync() throws AblyException {
Log.w(TAG, "sync() method is deprecated since protocol 1.2, current protocol " +
Defaults.ABLY_PROTOCOL_VERSION);
Log.w(TAG, "sync() method is intended only for internal testing purpose as per RTP19");
}

private static void callCompletionListenerError(CompletionListener listener, ErrorInfo err) {
Expand Down

0 comments on commit 468ffc1

Please sign in to comment.