Nipuna
Nipuna

Reputation: 7006

How to send a message to client from server using SignalR

I want to send a message to a client from server.

In my scenario the client is not connected with the server. Is it possible for server to establish a connection with not connected client and establish the connection.

Upvotes: 0

Views: 160

Answers (1)

Eilon
Eilon

Reputation: 25704

The client has to establish the connection. Only then can the server send messages back to the client.

Upvotes: 3

Related Questions