[flexcoders] Flex and LCDS - Cannot Remove Client?

2010-02-23 Thread headj...@bellsouth.net
I am using Flex 3.4/Hibernate/ and LCDS 2.6 with polling AMF running on Tomcat 5.5 The application works fine, but occasionally I get a message in the logs that says [ERROR] [Service.Message] Failed to remove client: 884EDC33-A098-231E-44AD-F76A5A6E1A76} . (The session ID changes obviously.)

Re: [flexcoders] Flex and LCDS - Cannot Remove Client?

2010-02-23 Thread Jeffrey Vroom
LCDS maintains several data structures on the server to track clients using the messaging system. The standard HttpSession is kept by the app server using the cookie. The FlexClient is associated with an individual Flash player instance. Each subscription has a corresponding MessageClient to