question

HeeraHemanthBylla-2102 avatar image
0 Votes"
HeeraHemanthBylla-2102 asked YijingSun-MSFT edited

Can we use @aspnet/signalr node package for client when we are using a dotnet framework 4.8 signalr server?

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?


dotnet-aspnet-generalazure-signalr-service
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Bruce-SqlWork avatar image
1 Vote"
Bruce-SqlWork answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

YijingSun-MSFT avatar image
1 Vote"
YijingSun-MSFT answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.