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

handle missing i values in long-polling transport #712

Merged
merged 3 commits into from
Aug 15, 2018

Conversation

peuter
Copy link
Member

@peuter peuter commented Aug 12, 2018

closes #709

Please test this code: Because I only can test with openHAB-Backend and that does not use long-polling but sse and sse does not need the "i"-value. So => I wasn't able to test this code.

PROTOCOL_MISSING_VERSION: 10
PROTOCOL_MISSING_VERSION: 10,
PROTOCOL_INVALID_READ_RESPONSE: 50,
PROTOCOL_INVALID_READ_RESPONSE_MISSING_I: 51,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The automated build doesn't run - I guess do to this trailing comma

@coveralls
Copy link

coveralls commented Aug 15, 2018

Coverage Status

Coverage decreased (-0.03%) to 59.931% when pulling e0a9364 on peuter:feature-missing-i into 715d6ef on CometVisu:develop.

@ChristianMayer ChristianMayer merged commit 22510bc into CometVisu:develop Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle missing "l"
3 participants