-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Event sender engine #88
Conversation
a2d0abd
to
00c233a
Compare
76bff37
to
5269c87
Compare
5269c87
to
feaaa71
Compare
|
||
} | ||
|
||
final class EventSenderEngineTest: XCTestCase { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking about test cases and what do you think about something pseudo like this:
// given that engine is initialized with storage that contains 3 events to be uploaded
// when no "sends" happen (in some specific time?)
// expect the 3 events to be uploaded
We don't have support for this yet but I think we need it (on both android and ios).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean introducing flush intervals?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes 👍 but for later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticket is created here
No description provided.