-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix Logging for Heartbeat channel. * refactored all unit tests to use Theory iso Fact for allowing to test more than one Receiver if appropriate * proposal for channel logging * some more channellog refactorings * Changed the way logger is set on all channels, fixed bug with heartbeat timer and wrote a test for it * make TestPlayMediaWorksWithoutLogging work again ;-) * add LOAD_ERROR message make Channel Loggers to pick up the according receive messages. * make tests run always - got rid of stic TestHelper (didn't really help) - shutdown client in all Media Channel tests to keep device in idle(?) -> this helped!!! * make load error work correct (really use task completion object to Enter the Exception in await task) * check some log messages and levels * correct 3 _logger.Log with _logger?.Log --------- Co-authored-by: Teemu Tapanila <[email protected]>
- Loading branch information
Showing
13 changed files
with
158 additions
and
88 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
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
Oops, something went wrong.