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

Investigate increasing memory usage #64

Closed
brutella opened this issue Oct 4, 2016 · 1 comment
Closed

Investigate increasing memory usage #64

brutella opened this issue Oct 4, 2016 · 1 comment

Comments

@brutella
Copy link
Owner

brutella commented Oct 4, 2016

No description provided.

brutella added a commit that referenced this issue Oct 6, 2016
iOS never closes connections by itself to HAP accessories.
We now send keep alive messages (empty notification messages)
to all connected clients every 10 minutes. If a connection is
abandonded and not used anymore, we will get an error back and
close the connection.

This should also reduce the memory because unused connection
are closed. #64
brutella added a commit that referenced this issue Oct 6, 2016
iOS never closes connections by itself to HAP accessories.
We now send keep alive messages (empty notification messages)
to all connected clients every 10 minutes. If a connection is
abandonded and not used anymore, we will get an error back and
close the connection.

This should also reduce the memory because unused connection
are closed. #64
@brutella
Copy link
Owner Author

Closed due to inactivity

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

No branches or pull requests

1 participant