This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Is there any timeout operation when browse()? #7
Comments
I ’ve tested the code segment in Version 0.7.1, it works smoothly. Fails in 0.8.0 and 0.8.1. |
Hi, I investigated this issue, and I think library works correctly. I guess right version should be:
If you will put takeUntil after all flatMaps it would work correctly. |
This was referenced Apr 9, 2021
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did my bonjour search with
And I expect that the
onCompleted' of rxDnssd emitted after 5 seconds, but the result is wired. If there are nothing found during browse, i.e, no onNext(...) emitted, the
onCompleted' is emitted after 5 seconds, but if there are any 'onNext' emitted during the 5 seconds, There is no `onCompleted'.The text was updated successfully, but these errors were encountered: