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
Hi! I am new to the web3j project. And I noticed that most of methods that return Flowable<T> are created by Flowable.create, and based on the Filter.
After I took a look into it, it seems there is no place to call the subscriber.OnComplete() inside the Flowable.create, and it also means the flowable would never get completed/closed until the consumer disposes the subscription, even I setup the end of the EthFilter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I am new to the web3j project. And I noticed that most of methods that return
Flowable<T>
are created byFlowable.create
, and based on theFilter
.After I took a look into it, it seems there is no place to call the
subscriber.OnComplete()
inside theFlowable.create
, and it also means the flowable would never get completed/closed until the consumer disposes the subscription, even I setup theend
of theEthFilter
.Is it a bug or by design?
Beta Was this translation helpful? Give feedback.
All reactions