Hi Tomas, What happens if someone calls TCPServer.Accept() without calling TCPServer#CreateReadWaitHandle() first?
[The new implementation of Accept method needs a WaitHandle to have been created. It seems that the only time this occurs is when RubyIO.Select() is called.] Pete -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Sunday,25 May 25, 2008 00:19 To: IronRuby External Code Reviewers Cc: [email protected] Subject: [Ironruby-core] Code Review: WEBrick tfpt review "/shelveset:WEBrick;REDMOND\tomat" Implements IO.select, String#to_f, Thread#kill, Thread#start, Thread#inspect, fixes TCPServer, File::Constants, and some other minor fixes. Tomas _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
