So… I have an rx chain of Observable where a butto...
# rx
j
So… I have an rx chain of Observable where a button click triggers a web request…I would like to know if it’s possible to make the chain discart the web request result if the button is clicked before the request ends… is it possible?