Reactive Programming in iOS with Combine, Episode 2: Publishers and Subscribers | Kodeco, the new raywenderlich.com

Learn about Publishers and Subscribers, which are the endpoints of the Combine pipeline, and how they work with one another.


This is a companion discussion topic for the original entry at https://www.kodeco.com/5429795-reactive-programming-in-ios-with-combine/lessons/2

Thanks for the detailed explanation!

Quick question: On the console we see request unlimited. While the publisher seems to be printing this, is this emitted as an event that the subscribes receives? Just curious.