Hi! I want to add WebSocket Server capabilities to an existing Xamarin application (to perform inter-app communications), so I'm using version 2.1.78 of the packages. Somehow, I can't get clients to connect to the server from other apps in the same device.
I've tried using a new MAUI App with latest 7.0.9 version as Server, and it works perfectly, but as soon as I downgrade that MAUI App to 2.1.78, it behaves the same way as the Xamarin App.
Could there be a problem in the 2.1.X versions?
Thank you!