Xcode – FlatMap with Generic ReturnType using Combine
I'm building a network API. I'm new to Combine and I'm having some troubles with it, I'm trying to chain publish network requests, in this case I'm forming an URLRequest publisher and dispatching it on another publisher, the problem is…