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 in HttpProcessor #91

Merged
merged 1 commit into from
Jul 17, 2016
Merged

Fix in HttpProcessor #91

merged 1 commit into from
Jul 17, 2016

Conversation

jholzer
Copy link
Contributor

@jholzer jholzer commented Jul 16, 2016

Hallo!

Schöne Grüße aus Regensburg.
Ich habe festgestellt, dass im HttpProcessor noch Prozesse aktiv bleiben können und sich so der Prozess nicht sauber beendet.

Würde mich freuen den Fix im nächsten NuGet-Package zu finden.

Gruß
J.Holzer

Hier mein Check-in-Kommentar, der den Fix erklärt:

In WPF application the HttpProcessor was newer released and got stuck in method "StreamReadLine".
This causes the application to stay alive with a zombie-process...
By introducing IDisposable-interface an an "active" flag we can shut the processor down and by
putting the processor in "using (...)" it will be disposed once HttpServer is shut down.

In WPF application the HttpProcessor was newer released and got stuck in method "StreamReadLine".
This causes the application to stay alive with a zombie-process...
By introducing IDisposable-interface containing an "active" flag we can shut the processor down.
putting the processor in "using" it will be disposed once HttpServer is shut down.
@JohnnyCrazy
Copy link
Owner

Thanks, this will be in the next hotfix for sure! 👍

@JohnnyCrazy JohnnyCrazy merged commit 0ab2952 into JohnnyCrazy:master Jul 17, 2016
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