-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The source of the error was, that I treated the observables the wrong way. I expected `submitAndWatch()` to return a chain of events, to which I could subscribe from a bunch of sources, while it actually led to side effects being multiplied in the sources. `shareReplay()` returns a multicast observable that actually behaves the way I expected it to.
- Loading branch information
1 parent
b502a3b
commit a22b714
Showing
2 changed files
with
2 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2342,13 +2342,6 @@ bl@^4.0.3: | |
inherits "^2.0.4" | ||
readable-stream "^3.4.0" | ||
|
||
blake2@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/blake2/-/blake2-5.0.0.tgz#6306e49d974fb051b6fb2aad669307b9838bfbaa" | ||
integrity sha512-MLpq1DwBB9rC0IHuRc2gXLEAeNNTTYHEtvYCA5lK4RmoUPRmQLSLQrwgJvou62BvH9KP7whe8n+xxw45++fnYg== | ||
dependencies: | ||
nan "^2.17.0" | ||
|
||
[email protected], body-parser@^1.20.0: | ||
version "1.20.2" | ||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" | ||
|