Skip to content

v0.4.2 - Make background threads daemon threads

Compare
Choose a tag to compare
@tore-statsig tore-statsig released this 03 Dec 22:17
· 489 commits to main since this release

All SDK background threads are now marked as daemon threads so they will not continue to run when your program exits.

Note that if you fail to call shutdown(), the background thread that posts logs to Statsig servers will not have a chance to run and you could lose logging data