socket.on('disconnect', () => {
    if (addedUser) {
      --numUsers;

      // echo globally that this client has left