<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Write property ACK timeout exception]]></title><description><![CDATA[<p dir="auto">When sending a <em>WritePropertyRequest</em>, the *ServiceFuture *returned throws a <em>BACnetException: Timeout waiting for response.</em></p>
<p dir="auto">This behavior is incorrect, as timeout isn't reached. <em>SimpleACK</em> is received, and the *DefaultTransport *class  calls<br />
<em>ResponseConsumer.success(null)</em></p>
<p dir="auto"><em>ServiceFutureImpl</em>, which implements <em>ResponseConsumer</em>, handles the success, notifying the thread, and then finds the ack field to be null, resulting in the mentioned exception. This is not a correct behavior, because the write was successful.</p>
<p dir="auto">Is there a way to go around this? I believe there should be an acknowledgement service to be passed from the *SimpleACK *to the <em>ServiceFuture</em>, instead of null.</p>
]]></description><link>https://forum.mango-os.com/topic/2205/write-property-ack-timeout-exception</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 11:16:57 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2205.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Apr 2016 08:54:45 GMT</pubDate><ttl>60</ttl></channel></rss>