Subscriptions subscribe to an Observable and observers
Every created subscription will have a new execution context. This means, multiple event listeners are created:
switchMaps includes an abort-mechanism. When a new emission occurs, the previous one will be canceled.