From issues-return-91625-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Thu Feb 6 16:04:10 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E4FF318064E for ; Thu, 6 Feb 2020 17:04:09 +0100 (CET) Received: (qmail 3282 invoked by uid 500); 6 Feb 2020 16:04:09 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 3273 invoked by uid 99); 6 Feb 2020 16:04:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2020 16:04:09 +0000 From: GitBox To: issues@nifi.apache.org Subject: [GitHub] [nifi-minifi-cpp] szaszm commented on issue #727: MINIFICPP-1148 ClientSocket: fix addrinfo lifetime Message-ID: <158100504921.11441.699215934781711114.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Thu, 06 Feb 2020 16:04:09 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit szaszm commented on issue #727: MINIFICPP-1148 ClientSocket: fix addrinfo lifetime URL: https://github.com/apache/nifi-minifi-cpp/pull/727#issuecomment-582976390 With this change, SocketTests will no longer randomly fail on Windows and minifi will no longer randomly crash when a ClientSocket-based connection repeatedly fails. I'd prefer to handle other problems with the class after this and MINIFICPP-1119 (#713) are merged. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services