-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracking for stream lifetime (#268)
* Add tracking for stream lifetime * Fix test * Obsolete old StreamDisposedEventArgs constructor instead of changing it. * Mark creationTimestamp readonly * Update src/RecyclableMemoryStream.cs Co-authored-by: Gregory Bell <[email protected]> * Make unit tests more reliable, remove unnecessary cast. * Give more time in unit tests * Add test error message * Fix timestamp casting * Update src/EventArgs.cs Co-authored-by: Ivan Maximov <[email protected]> * Fix time calculation --------- Co-authored-by: Ben Watson <[email protected]> Co-authored-by: Gregory Bell <[email protected]> Co-authored-by: Ivan Maximov <[email protected]>
- Loading branch information
1 parent
362550d
commit 0b445bd
Showing
5 changed files
with
43 additions
and
7 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