I am currently running UltraVNC SingleClick in listener mode.
I'm using a repeater.
The command line I'm using is:
Code: Select all
winvnc.exe -id %ID% -autoreconnect -connect %REPEATER_IP%::%REPEATER_PORT% -run
Basically, it's possible that another command line will attempt to execute while a connection is currently open.
What is happening is if the command line is run again on the client while a connection is open, the 1st connection is being closed, and a "Another instance is already running" message appears on the client.
I would expect that the message appears, but I'm wondering why the first instance is terminating.
Any help would be appreciated.
Thank you.