sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
2.02k stars 121 forks source link

Fix crash in the Combine API #39

Closed fredyshox closed 4 years ago

fredyshox commented 4 years ago

Attempt to fix #38

fredyshox commented 4 years ago

Summary: Moved observation.start to separate function in DefaultsSubscription, and called after receiving subscription, which fixed issue.

sindresorhus commented 4 years ago

Thanks for fixing :)