Is there anything unconventional about how SKIE su...
# ios
d
Is there anything unconventional about how SKIE subscribes to Flows, when using the SwiftUI
Observing
View? Asking because I have a perplexing result... The view receives emissions if I start the Flow
SharingStarted.Eagerly
, but if I set it to
WhileSubscribed
it never starts... So is
Observing
subscribing or not 🤔
t
There shouldn’t be, it could be a bug in SKIE or in your code. Could you create and share a reproducer project so I could take a look?