Skip to content

Commit

Permalink
Always shut the app domain down when Stop is called.
Browse files Browse the repository at this point in the history
Fixes #369.
  • Loading branch information
davidfowl committed May 7, 2012
1 parent c303e48 commit 9053412
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions SignalR.Hosting.AspNet/AspNetShutDownDetector.cs
Expand Up @@ -29,10 +29,7 @@ public void Stop(bool immediate)
{
try
{
if (!immediate)
{
_onShutdown();
}
_onShutdown();
}
catch
{
Expand Down

0 comments on commit 9053412

Please sign in to comment.