I'm actually learning Symfony, regarding the events, in fact I do not see any difference between a simple listener and a subscriber, the two are doing the same thing, but surely, there is a difference while symfony developers have developed two ways for listening to an event.
I did a research to discover this difference but I did not find a clear and convincing answer .
What is the main difference between a listener and a subscriber? Which one is the most used and what is its advantage over the other?And how to know which to use a simple listener or a subscriber?