-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(messaging): check and clear closed substreams before use (#917)
Description --- fix(messaging): check and clear closed substreams before use Motivation and Context --- Observed error in logs, when outbound message is being sent that messaging channel, was closed. This PR ensures that we check this before returning the channel back to users. How Has This Been Tested? --- Messaging behaviour needs more testing, Manually What process can a PR reviewer use to test or verify this change? --- VN can send messages Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information
Showing
2 changed files
with
29 additions
and
5 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