Hey there,
I looked around for tutorials that show how to set up a Xamarin.Forms client app to connect to a signalR websockets server. I couldn't really find a concrete example so if you know of one, please send it my way.
Also, most SignalR examples are about users joining chatrooms and then the SignalR server broadcasts the message to all clients however if I were to build a user to user chatting app, how would I broadcast the message to two specific users (receiver and sender) only? I know there are user groups in SignalR but given the lack of examples, I am not sure how to go about this whole thing.
Any insight is appreciated,
Thanks.