I'm building Xamarin mobile applications and a SignalR Hub server.
I'm trying to incorporate SignalR sending and receiving in the Xamarin mobile apps.
Some people are saying use the signalr client nuget package
Other people are saying use the dev branch of the signalR library
Other people are saying use the portable class library that comes in the xamarin branch of the SignalR library (not found, can only see xamarin-package branch)
I'm confused, I don't know what is the right way to get the latest versions of SignalR to work on Xamarin mobile apps with SignalR Hub servers
Please advise