Issue 436 No shut-down during comet
Updated 1 year, 10 months ago
| David Pollak | Reviewers | ||
| dpp, marius, charles, heiko, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday | |||
| None | LiftWeb-archive | ||
https://liftweb.assembla.com/spaces/liftweb/tickets/436-comet-doesn-t-release-during-shutdown dpp_issue_436 Somehow the code that shuts down sessions when the Filter is unloading got lost. I added the session shutdown code and did some cleanup of various shutdown code. I also added a line to not cache resource change dates in dev mode
Manual testing of comet-based apps include examples/example and making sure shutdown was correct and quick.
Posted 1 year, 10 months ago (March 24th, 2010, 11:34 a.m.)
-
is this implicit really necessary? I understand the purpose but I'd prefer dealing with () => Box[LiftResponse] a little more explicitly
-
This looks a little awkward ... it is not the same due to implicit but the code is not very clean IMHO
-
Isn't S already initted here?
Other things are looking good to me. I'll wait for your feedback before clicking "Ship it"
Review request changed
Updated 1 year, 10 months ago (March 24th, 2010, 11:58 a.m.)
-
- added Diff r2
Made the conversion not implicit
Posted 1 year, 10 months ago (March 24th, 2010, 12:01 p.m.)
were the changes made to LiftRules in the most recent diff intentional? they look like they may have leaked from another change
