signalR hub in api project. And frontend i'm using maui app project,
I'm doing chat application through the maui with Signalr concept based.
(Example) User-1 send message to user-2 If send request hit first it will reach the api controller & controller will handle to direct the hub. This is was i'm doing here.
while run the application through the window's machine it will work quite good. But, while run through the android emulator its showing connection failed.I don't know why.
Actually i change the baseaddress also http://10.0.2.2. if click send button that event based method is there. Here i'm getting the message details but It will showing signalR connection failed something
Problem : While run the window's machine works. Why android emulator run time only it will show connection failed error i'm getting