Continue using subscription after exception
I was trying out a "type-to-search" Reactive-Extensions sample which takes a string from a textbox (WPF app if it matters) and does a potentially-lengthy server-side search (simulated in my case with a Thread.Sleep) and displays the result(s) in a listbox. The key features of this particular "module" would be : async search; UI is not frozen while searching throttled; typing fast would not generate a server-side search for each keystroke distinct searching; after searching for "asd" and having the result(s) displayed typing fast [backspace], d (i.e. deleting the last character and retyping it