optimizely / android-sdk

Android SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/android-sdk
Apache License 2.0
55 stars 39 forks source link

fix(DatafileClient): add timeouts to UrlConnections #432

Closed jaeopt closed 2 years ago

jaeopt commented 2 years ago

Summary

Set timeouts to UrlConnections for DatafileClient and EventClient so they can release resources when connection failed (0 by default, which is no timeout).

Test plan

Issues