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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to