-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate publishAndSubscribeOn (#1648)
Motivation: Changes in the offloading behavior make this operator much less useful and, combined with the behavior change, may produce unexpected results. Instead the `subscribeOn()` and `publishOn()` operators can be used independently to achieve the same effect. Modifications: The `publishAndSubscribeOn()` operator is removed from `Publisher`, `Single` and `Completable`. Result: Deprecation of problematic operator method.
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
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
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
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