-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: post the request in request-receive communication when subscribi…
…ng to the observable The request was immediately posted when invoking 'requestReceive$' method, which is wrong. Instead, it is now posted upon subscription. It is unlike the 'requestReply' method, which starts resolving the promise immediately. fixes: #160
- Loading branch information
1 parent
ab57d4b
commit f8a7f8c
Showing
2 changed files
with
18 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