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
I'm trying to understand better how to work the best way possible with ReactiveKit. One of the things that I know I should do is make the reference to self weak in blocks live observeNext. However it seems to me that it's quite rare if not impossible that the ViewController my ViewModel belongs to really became nil when one of these blocks gets called. Is it 100% safe to use unowned instead or am I missing some edge cases where my app might crash?
The text was updated successfully, but these errors were encountered:
I'm trying to understand better how to work the best way possible with ReactiveKit. One of the things that I know I should do is make the reference to self weak in blocks live
observeNext
. However it seems to me that it's quite rare if not impossible that the ViewController my ViewModel belongs to really becamenil
when one of these blocks gets called. Is it 100% safe to useunowned
instead or am I missing some edge cases where my app might crash?The text was updated successfully, but these errors were encountered: