Simplify new thread model, and make overriding thread behaviour possible:
* Reintroduce one status timer per request, so it can run with a different threading model (eg per-request thread) * Stop using a lock to block the request thread, and simply have a timer that runs forever doing nothing instead Most tests passing now... :)
Showing
2 changed files
with
11 additions
and
1 deletions
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment