You can use .publish().refCount() (or .share() as an alias) var source = Rx.Observable.interval(1000) .take(5) .publish().
確定! 回上一頁