Author: seba.wagner
Date: Wed Jan  7 13:30:17 2009
New Revision: 1760

Modified:
    trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java

Log:
Fixes: Added ping to Zombi-Check Method

Modified:  
trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java
==============================================================================
--- trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java      
 
(original)
+++ trunk/webapp/src/app/org/openmeetings/app/remote/red5/Application.java      
 
Wed Jan  7 13:30:17 2009
@@ -1524,6 +1524,7 @@
                                        while (it.hasNext()) {
                                                IConnection conn = it.next();   
                        
                                                RoomClient rcl = 
ClientList.get(conn.getClient().getId());
+                                               conn.ping();
                                                rcl.setZombieCheckFlag(true);
                                                
ClientList.put(conn.getClient().getId(), rcl);
                                        }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" 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/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to