Questions tagged [signalr.net-client]

6 questions
2
votes
1 answer

Signalr .Net Client Console application receive messages from hub only once

I'm using Signalr .Net Client in my Console application to receive messages from the Signalr Hub which is a separate web application. My console application is connecting to the hub correctly and receive message from the hub only once. Then the…
tarzanbappa
  • 4,930
  • 22
  • 75
  • 117
1
vote
0 answers

Why in Blazor-Server (Cookie authentication) SignalR don't send cookies to the server automatically?

In the Microsoft docs written: In a browser-based app, cookie authentication allows existing user credentials to automatically flow to SignalR connections. When using the browser client, no extra configuration is needed. If the user is logged in to…
1
vote
1 answer

Unhandled Exception: None of the transports supported by the client are supported by the server

I am facing an issue while connecting SignalR from client. I got this error "None of the transports supported by the client are supported by the server.". Also it should GET request instead of log says it's a POST request. Code: final…
1
vote
1 answer

Using SignalR for Sending/Receiving Notifications in Xamarin.Forms

Can I use SignalR in Xamarin.Forms for sending/receiving notifications? For example, can I send notifications to a server or receive notifications through Xamarin.Forms?
1
vote
2 answers

SignalR Invoke stops working after Reconnect

I'm connecting to my SignalR hub via a .Net Client, and invoking a function on the server works fine until the connection is lost from resetting IIS. Once the connection is restored automatically, the Invoke no longer works. I verified in the web…
Andrew Gale
  • 101
  • 1
  • 4
0
votes
1 answer

How to upload image in azure blob with SignalR

I am working on chat application how to upload and recieve image to azure blob with signalR. Is there any other service better then SignalR for image upload to blob
Parmendra
  • 115
  • 2
  • 12