Ensures that destination socket close or destroy also does the same for the source socket.
@@ -146,7 +146,7 @@ export default function(opt) {
const client = manager.getClient(clientId);
if (!client) {
sock.destroy();
socket.destroy();
return;
}
The note is not visible to the blocked user.