Thanks for the patch!
On Sun, May 17, 2009 at 2:35 PM, Xavi Ramirez <[email protected]> wrote:
>
> Hello,
>
> There seems to be an error in the tictac on the following line:
> registerCleanupFunc(() => is.foreach(who => LobbyServer !
> RemoveLurker(who)))
>
> I've changed the code to this:
> override protected def onShutdown(session: CleanUpParam) {
> is.foreach(who => LobbyServer ! RemoveLurker(who))
> }
>
> I'm not sure if this is correct, but it seemed to get rid of the
> error. Just wanted to let you-all know.
>
> Thanks,
> Xavi
>
> >
>
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---