Skip to content

Conversation

@gavazquez
Copy link

I added a dispose to the IHttpListener.

This is needed in several scenarios as for example when reloading a DLL as the socket won't be closed until the full application is closed.


public void Dispose()
{
_child?.Dispose();
Copy link

@shanielh shanielh Apr 25, 2018

Choose a reason for hiding this comment

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

the "?" is not needed. please fix and I'll merge it.

@gavazquez
Copy link
Author

I made it as you can declare the _child null in the ListenerSslDecorator constructor but perhaps you are right

@shanielh
Copy link

@gavazquez Thanks.

@shanielh shanielh merged commit c8166a8 into Code-Sharp:master Apr 25, 2018
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.

2 participants