Skip to content

Commit

Permalink
Backport #5778 to the v3 branch (#5860)
Browse files Browse the repository at this point in the history
(cherry picked from commit 807155d)

Co-authored-by: Jan Bergeson <jphbergeson@gmail.com>
  • Loading branch information
BoD and japhib committed Apr 29, 2024
1 parent 61da6ab commit d9f481b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public Builder webSocketServerUrl(@NotNull String webSocketServerUrl) {
public Builder okHttpClient(@NotNull OkHttpClient okHttpClient) {
this.callFactory = checkNotNull(okHttpClient, "okHttpClient is null");
this.webSocketFactory = okHttpClient;
return null;
return this;
}

/**
Expand Down

0 comments on commit d9f481b

Please sign in to comment.