Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick SimpleACK fix #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

quick SimpleACK fix #5

wants to merge 1 commit into from

Conversation

Tchuba
Copy link

@Tchuba Tchuba commented Apr 4, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant