Pablo Baxter
Pablo Baxter
Please let me know if there is anything more I need to nudge this PR through. Thank you!
To give a more specific use-case, I'll go with one for Android: With GPS location on Android, it's not always guaranteed that location events come in at the desired interval...
> The requirement seems reasonable, but the solution doesn't seem to help with this problem, as the upstream would probably not be affected by the timeout at all (at least...
Actually, this conversation is showing me a bug in my implementation. This breaks the `retry` operator... I'm not sure if it's because I'm using a `callbackFlow` or something else.
What I thought was a bug: If the timeout emits an item instead of throwing an exception, the `retry` operators don't work (similar thing happens if you do `catch` before...
> In the PR, an exception is being thrown, which would close the the entire flow Just as an FYI, this isn't being done any longer. The flow is still...
> > > Sorry for being late for the party and thanks for the productive discussion! > > The overall idea seems worth integrating (especially now when such resources can...
@qwwdfsad any update on this?
Not trying to bug too much on this issue, just a small nudge to get this back in mind for folks, @qwwdfsad.
It's unclear when google/tink#493 will be merged, so I'm preparing the library for release by implementing my own version of the `KeysetManager` wrapper using Harmony as the backing `SharedPreferences` object....