Reputation: 1869
When I'm trying to connect to my server from Xamarin.iOS client I got this error from response:
'You are using a version of the client that isn't compatible with the server. Client version 1.4, server version 1.0.'
I have updated all SignalR packages both on client and server, so there is have SignalR.Client v2.2.0 on client and SignalR.Core v2.2.0 on server, but I still have this error
Upvotes: 0
Views: 656
Reputation: 1869
so, yes, I've just removed all packages and installed throw NuGet one by one, that helped me. Didn't find where I broke references, sorry.
Upvotes: 1