wadetb / shellspace

One tiny step towards the VR Desktop Operating System
GNU General Public License v2.0
42 stars 11 forks source link

VNC make thread-per-widget, not per-connection. #11

Open wadetb opened 9 years ago

wadetb commented 9 years ago

Currently when disconnect there is no way to interact with a VNC widget.

Change it to work like the VLC widget where a thread is spawned per widget, and can connect/disconnect as needed.