Reputation: 7006
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
Reputation: 25704
The client has to establish the connection. Only then can the server send messages back to the client.
Upvotes: 3