zambezi / caballo-vivo

Glue code for pure RxJS applications to connect with React-Router, and other operators
2 stars 7 forks source link

Support [f]logging unsubscriptions. #45

Open gabrielmontagne opened 4 years ago

gabrielmontagne commented 4 years ago

Wouldn't it be cool if, to debug, our flog operator could also report when an observable was unsubscribed from?
I think it might be possible to do it by wiring by hand an Observable.create to create the new operator.

What do you think, @cristiano-belloni ?

cristiano-belloni commented 4 years ago

I guess we will need to use new Observable instead, but that'a good idea.