issues
search
Automattic
/
Automattic-Tracks-iOS
Client library for tracking user events for later analysis
GNU General Public License v2.0
43
stars
12
forks
source link
Use a dedicated ephemeral session instead of shared session.
#52
Closed
SergioEstevao
closed
8 years ago
SergioEstevao
commented
8 years ago
Reasons:
Call to the tracks service don't need to cached in anyway by the network.
Avoid flooding the shared session with events.
Easier to cancel/interrupt sending of events in the future
Reasons: