appwrite/sdk-for-apple

๐Ÿ› Bug Report: Xcode Data race with realtime - swift - sdk

NOAM9052 opened this issue ยท 1 comments

๐Ÿ‘Ÿ Reproduction steps

Download swift - appwrtie - sdk -> import appwrtie to some class and make subscription func with one of the subscriptions method inside the realtime sdk the same as in the Realtime doc (and put inside the channel/channels some channel no matter what) -> Turn on Xcode Thread sanitizer tool -> trigger the func no matter from where -> run the app and look inside the console you will see Data race error !

๐Ÿ‘ Expected behavior

sync the threads properly without data race issue

๐Ÿ‘Ž Actual Behavior

not sync the threads properly and have data race issue

๐ŸŽฒ Appwrite version

Appwrite Cloud

๐Ÿ’ป Operating system

MacOS

๐Ÿงฑ Your Environment

4.0.2

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?