Last few weeks I wanted to implement Ultravnc 1.0.8.2 with a repeater (linux).
The problem that appeared from the start was that at the beginning, when I started the ultravnc service on the server, I could connect/reconnect to it, but as time past (minutes/hours) it was more difficult to connect (a lot off error messages). I use repeater mod 2 and the autoreconnect option:
service_commandline=-autoreconnect ID:100 -connect remote::xxxx
In the logfiles on the server side I found nothing, but in the repeater I saw that after I started the sever, it autoreconnects every few seconds. This interval seems to get bigger and bigger, so after 8-10 hours we have ~15 minutes between the autoreconnects. I tried Windows repeater and it has the same result. So it's not the repeater.
Yesterday, I installed server version 1.0.8.0 on one of the computers and it seems that after 12 hours it still reconnects after a few seconds (using the same linux repeater, and without touching the server):
With 1.0.8.0 server and linux repeater - after 12 hours (notice the time difference):
UltraVnc Sat May 15 09:13:51 2010 > acceptConnection(): Server sent code 110
UltraVnc Sat May 15 09:14:26 2010 > acceptConnection(): Server sent code 110
UltraVnc Sat May 15 09:14:31 2010 > acceptConnection(): Server sent code 110
UltraVnc Sat May 15 09:15:06 2010 > acceptConnection(): Server sent code 110
UltraVnc Sat May 15 09:15:40 2010 > acceptConnection(): Server sent code 110
With 1.0.8.2 server and linux repeater - after 8 hours (notice the time difference between the "start" and end):
UltraVnc Fri May 14 20:07:06 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 20:08:50 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 20:10:44 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 20:12:18 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 20:14:34 2010 > acceptConnection(): Server sent code 119
.....
.....
.....
UltraVnc Fri May 14 22:06:09 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:12:23 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:19:18 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:25:53 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:33:09 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:40:33 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:47:38 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 22:55:24 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 23:02:50 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 23:10:54 2010 > acceptConnection(): Server sent code 119
UltraVnc Fri May 14 23:19:08 2010 > acceptConnection(): Server sent code 119
......
.....
.....
UltraVnc Sat May 15 04:11:26 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 04:24:34 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 04:37:26 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 04:50:53 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 05:03:59 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 05:17:48 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 05:31:18 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 05:45:29 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 05:59:19 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 06:13:49 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 06:28:00 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 06:42:49 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 06:57:18 2010 > acceptConnection(): Server sent code 119
UltraVnc Sat May 15 07:12:27 2010 > acceptConnection(): Server sent code 119
I think there is a bug in the 1.0.8.2 server version at the autoreconnect part.... some variable is increasing....

Any ideeas? It would be nice to have a fix for this.
Until then I will go on with the tests on version 1.0.8.0
Have a nice day!