Commit 3eb53bd
feat: Added ODPEventManager implementation (#320)
* WIP initial ODP event manager
* Finish implementing ODP Event Manager; scaffolding tests
* WIP ODP Event Manager unit tests
* WIP unit tests & fixes
* Post merge fixes
* WIP Fixing code & tests
* Additional unit tests added
* Upgraded NUnit+fixed upgrade errors; finished tests
Needed control over threading/non-parallel test execution
* Internal doc + fix NuGet ref
* Doc & fix
* Use CountdownEvent
Thanks to finding Java's CountDownLatch :-)
* Pull request code review changes
* Fix batch detection
* Legacy changes rollback; Adjust Event Manager test
* Fix lint whitespace
* PR code revisions
* Pull request code review changes
* Better handling of Cancel to _flushIntervalCancellation token
* Lint fixes
* PR review changes
* Pull request changes
* Fix lint
* Test and lint fixes
* Update OptimizelySDK/Odp/OdpEventManager.cs
Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
* Additional lock when emptying queue
* Rollback select files
* Requested code changes to model BatchEventProcessor
* Remove unneeded test
* Pull Request changes
* Linter corrections
* Bug fix
* Pull request code review changes
* Revert accidental file inclusion
Co-authored-by: Sohail Hussain <mirza.sohailhussain@gmail.com>
Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>1 parent be1c9d8 commit 3eb53bd
File tree
14 files changed
+1385
-27
lines changed- OptimizelySDK.Tests
- OdpTests
- OptimizelySDK
- Odp
- Entity
- Utils
14 files changed
+1385
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
69 | | - | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments