Comment #4 on issue 450 by [email protected]: RpcClient hangs (randomly) and CPU goes to 100% when using timers http://code.google.com/p/gambas/issues/detail?id=450
The question was: why calling 'WAIT 0.01' inside a timer? You are calling the event loop recursively, this is a bad idea. Even if it worked in Gambas 2.24, surely by luck. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
