Many thanks Jose, many thanks for this wonderful video. I had so much problems as to how and why my signalR app was not working when deployed to Azure but was working on localhost and I scanned all over web and could not find the answer! It turns out to be the extra AzureSignalRConnectionString was needed in the function app configuration which you also had the problem too, which you have shown how resolve it and it worked! All over the web, all signalR demo is about chat with web pages, no samples on desktop app samples.
@davekaye19242 жыл бұрын
Just what I needed to help w/ insomnia!
@ck1292-k4z2 жыл бұрын
Thank jose.. Your video helps us to understand in easier way
@shivaayJikiduniya Жыл бұрын
Just awesome
@emmanuelmorenotoro37872 жыл бұрын
Just what I needed! Very useful buddy!!
@robertcarlaw78202 жыл бұрын
Great work!
@ashish13413 жыл бұрын
very practical demo and very good!!
@shivaayJikiduniya Жыл бұрын
Thankyou so much sir
@osman34043 жыл бұрын
I’ve been stuck for 2 days now, getting the 500 internal error because I also forgot to set the signalr connectionString in azure functions settings loool THANK you and I can’t believe I couldn’t find that info anywhere in the MS documentations
@gagwithgaffer83852 жыл бұрын
Fantastic thank you
@MrLazyleader2 жыл бұрын
I used azure functions before but the smallest package costs 50$ per month. Aren't there any low cost options?
@cnchandroo2 жыл бұрын
Thanks Jose for the wonderful demo and topic. However, I have one question, how could I send Goodreads books notification to particular user, as you pass your user id parameter that target only to that user. Is there any way to target the notification to particular user based on the parameter?
@stunna4498 Жыл бұрын
yup u could use a singleton list on startup and on each new connection you will add to the list a object with userId and ConnectionId. Then u have a http triggger or whatever that will sned a message by UserId. U will search on the list the userId , get the connectionId and send it. Thats how i would do it
@TheCameltotem2 жыл бұрын
perfect!!
@harshadparchand85132 жыл бұрын
What happens if the client is not connected. Will the client receive the information once the client comes back online ? And where will data which is not sent to the client stored ?
@lewishuxtable18929 ай бұрын
does anyone else run into this error ? SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g.