any1 / neatvnc

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

stream: Fix remote closing TLS connection #84

Closed pH5 closed 2 years ago

pH5 commented 2 years ago

If a TLS stream is closed by the remote VNC client, stream__remote_closed() must be called to signal the server.

any1 commented 2 years ago

Thanks!