Trying to build a SignalR web app, using .Net framework server and Angular client.
I could not find the option skipNegotiation in the signalr node package.
So, can I use the @aspnet/signalr package and implement the option with the same app setup?
Trying to build a SignalR web app, using .Net framework server and Angular client.
I could not find the option skipNegotiation in the signalr node package.
So, can I use the @aspnet/signalr package and implement the option with the same app setup?
no.
the 4.8 and .net core signal/r protocols are different and require their own unique client libraries. use the
https://www.npmjs.com/package/signalr
package for 4.8. I don't believe 4.8 signal/r supports skipNegotiation.
Hi @HeeraHemanthBylla-2102 ,
As far as I think, dotnet4.8 signalr don't support skipNegotiation.
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
7 people are following this question.