๐ Bug Report: Xcode Data race with realtime - swift - sdk
NOAM9052 opened this issue ยท 1 comments
NOAM9052 commented
๐ 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?
- I have read the Code of Conduct
stnguyen90 commented