search for: test_server_async

Displaying 1 result from an estimated 1 matches for "test_server_async".

2008 May 20
10
Asynchronous Pipe::Server problems
...o use this. I had to add some missing pipe related error constants to the Windows::Pipe module. These will be included in windows-pr 0.8.5. Anyway, I''ve got the synchronous mode working alright. Unfortunately, I can''t get the asynchronous server to work. When I try to run the test_server_async.rb code (in CVS) I get this: VERSION: 0.2.0 win32-pipe/lib/win32/pipe/server.rb:69:in `connect'': Waiting for a process to open the other end of the pipe. (Win32::Pipe::Error) from test_server_async.rb:70:in `mainloop'' from test_server_async.rb:101 Any ideas? Here''s the...