Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] mosquitto_connect_bind_async() and mosquitto_loop_start() order of usage
  • From: "Maynard, Chris" <Christopher.Maynard@xxxxxxx>
  • Date: Mon, 1 May 2023 17:46:19 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=igt.com; dmarc=pass action=none header.from=igt.com; dkim=pass header.d=igt.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ed/QhjkTldYjfx3Pq8HtltTfm5bTv7o8NX9HPuHzJw0=; b=dY7X/kuUS/pUKFlfI3uSIQPt2FKanIQ0HoDpFvfIpotgGB4S4umLgnnGJH3fMKOjl2Dt5Blx+VDsMz/CRDxswFyb8A1NEKRW7umeRWmof6usa4/8TBqtq0cJMkHzjATmUqa9cr3oeMBQqVujZOKZU5BLIhwEVvFgwEWSteC7Ym8iEGr74v10R0vAQal44Dao4RynG8ZrWuk9z/pOynpkWOjvDr9AT7ERZ8PEYKrkZC8HJfAOAhc6M7+FgNGstri3GtxQapG/erbC77WzsReGU7NeHcjiMNksq0b1vndPXIETGE30odJ/wmMrJnuNC7AwsrIQZFdbNzS38paVJSB6+A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gvMjYDB3Cgdc4biRATJwnv56MI9UP1c5xi0tXXyqf3eZgxz9FWxCgdjshNUUBkeMizHCN6eQsIyfsJSGItRxGa47cXW1s+7pf0xkmtohIfhKbZIpk1id2MtMYxNgy4arabhSdGyYAHtsqC6fJs/SfstwtgL6HSlY+xk3/40daWht27Uy4g9m16rAaLMxbjGB97kK1wAlna6KpxPA6UKoAw1B9PgE03PkltT+dFLqz8UOmiG55tOIPxOt/akLxiw1bEXit4rPpNL48nLOf9KPI7r8WoVtoCKopa+7NSXLdYD0KcI/0q8phkpMr1i2VK7fUts5cUGdQVmu96iFonZMUw==
  • Delivered-to: mosquitto-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mosquitto-dev/>
  • List-help: <mailto:mosquitto-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adl8VMVLrUkTb68xS0KM7tbi3nCU4g==
  • Thread-topic: mosquitto_connect_bind_async() and mosquitto_loop_start() order of usage

Hello list,
 
We had been using mosquitto 1.4.14 but recently updated to 1.6.8 and discovered that our client could no longer connect to the broker.
 
The documentation for mosquitto_connect_bind_async() indicates that, “May be called before or after mosquitto_loop_start.”  Well, we had been calling it *before* mosquitto_loop_start().  Once I swapped the order and called it *after* mosquitto_loop_start(), our client could once again successfully connect.
 
Has anyone run into this before?  Is this a known problem?  I couldn’t find any open issue for this.
Thanks.
- Chris
 
 
 
 
 
 
 
 
 
 
 
CONFIDENTIALITY NOTICE: This message is the property of International Game Technology PLC and/or its subsidiaries and may contain proprietary, confidential or trade secret information. This message is intended solely for the use of the addressee. If you are not the intended recipient and have received this message in error, please delete this message from your system. Any unauthorized reading, distribution, copying, or other use of this message or its attachments is strictly prohibited.

Back to the top