fix: Fixing bug where Timer.Reset() would continue repeating on an interval in Net Standard

This commit is contained in:
Chris Cameron
2018-06-29 17:11:32 -04:00
parent 621d83d8dc
commit 514c0eaec5
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Potential fix for timer disposal on Net Standard
- Added workaround for older RPC servers where the typestring being broadcast would stil include _SimplSharp, now will be stripped
- Fixing bug where Timer.Reset() would continue repeating on an interval in Net Standard
## [3.6.0] - 2018-06-19
### Added