[Win32utils-devel] Asynchronous Pipe::Server problems
Berger, Daniel
Daniel.Berger at qwest.com
Wed May 21 11:50:13 EDT 2008
Hi,
<snip>
> It is because the test_server_async.rb calls close method
> instead of disconnect.
> Modify
>
> def write_complete
> puts "write_complete"
> close
> @state = CONNECTING_STATE
> end
>
> to
>
> def write_complete
> puts "write_complete"
> disconnect
> @state = CONNECTING_STATE
> end
Oh, silly me.
Thanks,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.
More information about the win32utils-devel
mailing list