Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Data race crashes application #209

Open
majid701 opened this issue Mar 26, 2019 · 0 comments
Open

Data race crashes application #209

majid701 opened this issue Mar 26, 2019 · 0 comments

Comments

@majid701
Copy link

First of all very nice library 💯
Since I implemented it in my application I have noticed constant crashes in the DefaultBubble class specifically in the method sizeToBounds. At the beginning I couldn't understand why it was crashing but later, after enabling thread sanitizer in xcode, I found that a data race was happening on the path property (multiple threads trying to read and modify the same property). Does anyone else has noticed this weird behaviour? Is there a way to fix it?

See below screenshot:
Screenshot 2019-03-26 at 14 02 46

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant