BACnet4J icon indicating copy to clipboard operation
BACnet4J copied to clipboard

quick SimpleACK fix

Open Tchuba opened this issue 9 years ago • 0 comments

Proposed way to fix the issue with WriteProperty request - timeout exception is thrown in ServiceFutureImpl here:

 if(ex == null && ack == null && fail == null)
    ex = new BACnetException("Timeout waiting for response.");

even though ACK was received. SimpleAckService is just a stump and should be expanded if necessary - it's only purpose is for something to be passed instead of null in DefaultTransport to the success method

Tchuba avatar Apr 04 '16 09:04 Tchuba