mikehardy / google-analytics-java

Open Source license compatible Java API for Google Analytics
9 stars 3 forks source link

Test thread-safety of configuration / builder methods #13

Open mikehardy opened 5 years ago

mikehardy commented 5 years ago

It looks like the send methods are safe between send/batch/async etc but I'm not sure about the configuration methods of enabling / disabling etc while the application is live and possibly sending other hits with other threads - would be nice to have a test in the harness for those.