I am having trouble setting up a pubsub enabled subscriber app using rails. I have currently subscribed to the open hub pubsubhubbub.appspot.com and am receiving pings to my application\'s endpoint. (
Let\'s say I have a \"Processor\" interface exposing an event - OnProcess. Usually the implementors do the processing. Thus I can safely subscribe on this event and be sure it 开发者_运维百科will be f
I have two projects 1: windows forms project and 2: a business logic project that recursively walks the file system looking for specific files.
Obs1$.pipe( mergeMap((data) => { if (data.condition) { const generatedStuff = doSomethingFunction(data1);