any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

Framebuffer locking breaks shared connections #26

Closed any1 closed 4 years ago

any1 commented 4 years ago

It's because the first client grabs the lock, and the next one fails because it's already locked. The clients should be able to share the lock.