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

Fix a leak with DtlsFactory; a new instance is being created for every s... #108

Merged
merged 3 commits into from
May 9, 2014
Merged

Conversation

jnoring
Copy link

@jnoring jnoring commented May 8, 2014

...ingle DtlsClient/Server creation, but the factory was never being destroyed.

Also some various cleanup--remove unnecessary setSocket call (was already being done through setDtlsSocket), make some code a bit more readable, pre-increment iterators, etc.

jnoring-hv added 3 commits May 8, 2014 10:58
…y single DtlsClient/Server creation, but the factory was never being destroyed.

Also some various cleanup--remove unnecessary setSocket call (was already being done through setDtlsSocket), make some code a bit more readable, etc.
@lodoyun lodoyun merged commit f7dbb6b into lynckia:master May 9, 2014
@lodoyun
Copy link
Contributor

lodoyun commented May 9, 2014

Thanks!
I agree with the awkwardness in DTLSFactory/Client it needs to be reworked.
Good to have a new set of eyes on the code

@jnoring
Copy link
Author

jnoring commented May 9, 2014

No problem--my pleasure.

@peili
Copy link
Contributor

peili commented May 9, 2014

Thank you jnoring, how can I get in touch with you?

@jnoring
Copy link
Author

jnoring commented May 9, 2014

I think my email address is listed in github? If not, [email protected] is where I'd check email. google chat works. Some issue with my changset?

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.

4 participants