From: fedzor Date: 2008-02-13T10:39:10+09:00 Subject: Re: Rev/actor TCP monkey patching As a follow up, I realized why it wasn't working: bug in filters. I'm too scared to patch it up, but I think I'll do that anyways. Example problem: myactor = Actor.spawn do Actor.receive do |filter| filter.when(:dog) { puts "I got a dog!" } end end myactor << :dog Run it and see..... NOTHING. it exits.... so..... what up G. -------------------------------------------------------| ~ Ari seydar: it's like a crazy love triangle of Kernel commands and C code