v0.4.2 - Make background threads daemon threads
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