Robert
Signalr
Hi!
For work I have to connect the middleware with the backend in a fast way so I ended up deciding to use signalr.
I have a serverless signalr instance running in azure and an azure function for the bindings
I am start with a small poc to fully understand how it's working
The azure function is uploaded as a file as it is too big
5 replies
Skill issue serializing tasks
Hi!
I need to serialize a list of tasks to only begin when the previous task is fully completed, let's take this snippet for example
I've tried using Task.WaitAll, await Task.WhenAll, looping and awaiting them, continue with (with and without await), but the closest i've been to succes is
delay start 1
delay start 2
delay start 3
delay end 3
delay end 2
delay end 1
Thank you!
46 replies