You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use a batch of 10 events or 30 millisec, when the quantity or time is reached the SDK should trigger the callback for each event that was added.
Current Behavior
I am using a batch of 10 events or 30 millisec (or other values), when the quantity or time is reached the SDK triggers the callback (onLogEventServerResponse) only once.
Guys, sorry for the issue, there is no problem, the SDK works correctly. It would be interesting to add documentation stating that any error that occurs in the callback will not be propagated. This happens due to the thread that the SDK runs.
Expected Behavior
When use a batch of 10 events or 30 millisec, when the quantity or time is reached the SDK should trigger the callback for each event that was added.
Current Behavior
I am using a batch of 10 events or 30 millisec (or other values), when the quantity or time is reached the SDK triggers the callback (onLogEventServerResponse) only once.
Steps to Reproduce
Environment
implementation 'com.amplitude:java-sdk:1.12.0'
The text was updated successfully, but these errors were encountered: