urbanairship / android-library

Urban Airship Android SDK
Other
112 stars 123 forks source link

StackOverflowError because of set-/store- getTags() #9

Closed BenedictP closed 7 years ago

BenedictP commented 7 years ago

Hi,

we are receiving a stackOverflowError while urbanairship tries to getTags, setTags and storeTags but storeTags calls getTags: https://gist.github.com/guntherhoppe/5f4ef650e1001fc621c2faf799826505

Sdk-Version: 8.3.1

rlepinski commented 7 years ago

Wow. Yep, I can see the loop. Looks like it will only happen if normalize tags changes the stored set of tags. So I imagine you are migrating from an older SDK version?

We will have this fixed ASAP.

BenedictP commented 7 years ago

Yes, we updated the sdk version from 7.2.5 to 8.3.1. Thanks for the fast response!

rlepinski commented 7 years ago

@BenedictP Fixed in 8.3.2