SocketAPI: Remove listener immediately on lost connection
authorChristian Kamm <mail@ckamm.de>
Thu, 17 Jan 2019 09:21:22 +0000 (10:21 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:36 +0000 (10:58 +0100)
commit848b869cdf10fdd6c00ab1ad0d048ae1091cf64a
tree62d593c584b24959075fc9ef7765a8bd510250e1
parent0eebd77d2cfce7e98c8fdf9b64a92da46524aa64
SocketAPI: Remove listener immediately on lost connection

To avoid situations where messages are attempted to be sent to dead
connections.
src/gui/socketapi.cpp