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.
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
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?
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
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 ?
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.
Just what I needed to help w/ insomnia!
Thank jose.. Your video helps us to understand in easier way
Just what I needed! Very useful buddy!!
Just awesome
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
Thankyou so much sir
Great work!
Fantastic thank you
very practical demo and very good!!
perfect!!
I used azure functions before but the smallest package costs 50$ per month. Aren't there any low cost options?
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?
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
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 ?
does anyone else run into this error ? SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g.
where is the link of the live video minute 9:46 ?
can I get this code?
Can you share us the code?