You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
ReactiveLocation contains a possible race condition, locking in observerCount.didSet is not sufficient. Inside synchronised block other thread can mutate the observerCount property and the behaviour might become undefined. Each access to observerCount property should be synchronised.
ReactiveLocation contains a possible race condition, locking in
observerCount.didSetis not sufficient. Inside synchronised block other thread can mutate theobserverCountproperty and the behaviour might become undefined. Each access toobserverCountproperty should be synchronised.ReactiveLocation/ReactiveLocation/ReactiveLocation.swift
Line 34 in 27939a4