On Thu, Sep 24, 2009 at 6:42 AM, David <[email protected]> wrote: > > But, that isn't at all what is happening. Instead, it would seem > that :accept is applied...and it prints 'accept' and then starts > loop...ing and it never, ever stops. :reject is NEVER KICKED OFF (*).
Hi David, please use uppercase chars carefully, it's considered shouting (http://www.ietf.org/rfc/rfc1855.txt section 2.1.1) > Here's the actual result of running this test (I'm using the EM > version of an engine): I could reproduce your issue with EM and I fixed it. http://github.com/jmettraux/ruote/commit/fabdb9be6081e3d1d1ba28adbe0f415c40b53af3 I was using EM.next_tick which doesn't trigger a new thread. It blocked the engine, as you observed. Many thanks, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
