send message from android to server
Closed this issue · 2 comments
vivekgandhi11 commented
Hi,
Can you help me in sending message from android client to server using SignalA?
In web javascript, we use
$.connection.hub.url = hostUrl;
hostServer = $.connection.server; // hub proxy
hostServer.client.send = function (message) {
};
How can we do the similar thing in android?
Thanks in advance.
erizet commented
vivekgandhi11 commented
Thanks for the help.