erizet / SignalA

A SignalR client for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can SignalA works on signalr 2.2.0 ?

maobiwen opened this issue · comments

I use signalr 2.2.0 in my project and I use signalA in my android project ,but it dosn't works!

it can connect my hub but when I use the demo to send message ,it tell me send error ,is there anyone to tell me why?

I am a Chinese ,my English is just so so .....sorry

my email address is 9806230@qq.com ,if some one knows why or you have make it works on signalr 2.2.0 ,please send a email to me and tell me how did you do it ! thank u .

is there anybody online?

I think that it might be some issues with protocol versions. SignalA was tested with SignalR 2.0. Version 2.0 uses protocol version 1.3. Make sure 2.2 uses the same protocol version.

Dear All,
We have develop chat app in android at client side and ASP.Net at server side, using SingnalR .in client side android sdk we use is http://stackoverflow.com/questions/29611139/steps-to-get-signalr-working-in-android-studio ,but we are facing problem of battery draining and high data usage even without sending any message in app.Please tell us if we use SignalA can we overcome this problem?