Chapter 15 `starter` vs. `final` codes

Looks like by mistake starter code is exactly the same as final one!
This happed in the previous chapter(s) too, but was not critical,
here - it is hard to follow the text in the book because output is different.

P.S. I believe, here is how main.swift file should look like at the beginning:

print("\n\n\n===== Schedulers =====\n")

let bag = DisposeBag()
let animal = BehaviorSubject(value: "[dog]")

animal
  .dump()
  .dumpingSubscription()
  .disposed(by: bag)

@bontojr Can you please help with this when you get a chance? Thank you - much appreciated! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.