rx-polling icon indicating copy to clipboard operation
rx-polling copied to clipboard

Manual Refresh?

Open httpete opened this issue 4 years ago • 2 comments

Hi,

Do you have a sample of triggering a manual refresh (lets say someone adds / removes an item) and you want to fetch from the server immediately, then continue the drumbeat of polling?

httpete avatar Sep 12 '19 15:09 httpete

Why not just making the request separately? You can use the observable passed to the polling library

jiayihu avatar Sep 12 '19 19:09 jiayihu

Because I don’t want to trip on an existing poll.. for the moment I am trying by stopping and restarting the poll - a logical restart

On Sep 12, 2019, at 3:05 PM, Jiayi Hu [email protected] wrote:

Why not just making the request separately? You can use the observable passed to the polling library

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

httpete avatar Sep 12 '19 23:09 httpete