Hello everyone,
I'm trying to use Xamarin Live Reload Previewer but I'm not getting any success.
Desktop:
=> I am emulating a Windows 10 through Virtual Box.
=> I disabled the real Windows firewall and the emulator.
=> Both the actual device (which I use to build) and the computer are on the same wifi. (NOTE: I ping the device through the computer and the 2 talk).
Using the address "localhost: 1883" and opening a XAML file I get the following message: "Live Reload is enabled but not listening on localhost: 1883".
Searching a little on the internet I found some people stating that putting address "broker.hivemq.com:1883" will also work, however when I use this address I get the message: "Live Reload is enabled but not connected to broker.hivemq.com : 1883 ".
I have already uninstalled and installed but nothing comes into effect.
In another VM I have done a test and it worked normal.