[Yanel-commits] rev 38504 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Wed Sep 10 00:15:50 CEST 2008


Author: michi
Date: 2008-09-10 00:15:49 +0200 (Wed, 10 Sep 2008)
New Revision: 38504

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a
Log:
note about sleep re lookup added

Modified: public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a	2008-09-09 22:12:12 UTC (rev 38503)
+++ public/yanel/trunk/src/realms/yanel-website/content/f97143ee-1cc7-445c-9f36-0d59455fbc2a	2008-09-09 22:15:49 UTC (rev 38504)
@@ -138,6 +138,15 @@
 </xml>
 </pre>
 
+<p>
+Sometimes Xopus hangs after closing a lookup. This can be 'fixed' by adding a sleep() to Xopus-3.2.10/xopus/media/lookup.html
+</p>
+
+<pre>
+funtion doUnload() {
+  sleep(500);
+</pre>
+
 <a name="resources"/>
 <h2>Resources</h2>
 <ul>



More information about the Yanel-commits mailing list