How to store EonilFSEventsEventID?
osheroff opened this issue · 2 comments
osheroff commented
I'm trying to persist EonilFSEventsEventID to (say) UserDefaults, but it doesn't serialize directly, and I can't get at the tasty raw value inside of it as it's marked internal. Given that the ID is used to catch up on stream events yoiu may have missed, am I missing an easy way to store this object away for future use?
thx.
ben
eonil commented
I made rawValue
public. You're right. There's no reason to hide it. Thanks for pointing it out.
osheroff commented
thx!