@jeffhollan Thank you for your talk at Wednesday's Serverless Meetup. Did you get an answer as to how the Azure Durable Functions SDK guarantees the order of operations given that Nodejs is inherently asynchronous?
@cgillum@jeffhollan@kashimizMSFT If you all you need to do is return an array to the SDK, you should put the actual calculation of the array (all of those .df yields) into an array itself, rather than push them into the array. I will share a gist later.
@cgillum@jeffhollan@kashimizMSFT and those processes have no guaranteed order. The code I saw at the Serverless Meetup, had a bunch of pushes into an array rather than any callbacks. You might use callbacks within the SDK but the inherently parallel implementation by the developer wastes all that work.
@cgillum@jeffhollan@kashimizMSFT Hi Chris, Nodejs can only have one main thread (because JavaScript is single threaded). But when you have multiple statements on the same level in your execution (like pushing a bunch of events one by one into an array) each statement gets handed over to its own C++ process...
Good evening, @DrRealities. As a VR developer and entrepreneur, I would love to join tonight's Immersive Rebels Meetup. If I head over now, do you think I will be allowed in? I am number 5 on the wait list.
@StateDept I am a 17 years old US Citizen moving from London to Las Vegas on Wednesday. The London embassy has ignored my repeated requests for an emergency passport. (Mine expired) If I miss my flight, I will lose the chance to enroll in highschool. Can you please help?