I am using a 3rd party library for both my iOS and Android signalr clients. Client has a alpha-2 version of SignalR and server is using the latest 1.0.0 version and hence am facing the error of Incompatible protocol version. If i bypass this protocol match check in my client code then am able to connect without any problem. But would this result in the failures of any features?
Client is not able to receive any data i send from SignalR server, could the incompatible protocol be the reason for it? If so then how can i resolve this Incompatible protocol version problem?