quamotion / remoteviewing

RemoteViewing is a .NET-native VNC client and server library.
Other
261 stars 79 forks source link

Cannot connect to the server from client #127

Open a6datta opened 3 years ago

a6datta commented 3 years ago

Hi I have built the project without any modification and tried to connect to the server from client (RemoteViewing.Example). The port 5900 is open in the server and I am connecting within local network. But it throws error System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.50.101:5900. What could be the issue?