Skip to content

Commit

Permalink
Stopped throwing exceptions from the worker thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
osks committed Jun 27, 2011
1 parent 998c42e commit 452c76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GearmanSharp/GearmanThreadedWorker.cs
Expand Up @@ -101,8 +101,8 @@ private void WorkLoopThreadProc()
}
catch (Exception)
{
// TODO: Logging framework?
ContinueWorking = false;
throw;
}
}
}
Expand Down

0 comments on commit 452c76d

Please sign in to comment.