Hi,
I'm starting with rust, although I've been looking inside for a while its
the first time I try writing real rust code.
So, I pulled from master yesterday and wrote this simple server
http://pastebin.com/MMiNpXYG

No tasks, no concurrency, a single-threaded, single-tasked server, that to
my eyes should be able to handle one client after another, however, I seem
to be unable to see any other client than the first one in the server,
netcat does not complain but listen.rs does not see the new client.
Am I doing anything wrong?

AFAIK, rust is not going to support traditional socket handling, everything
is going to go over libuv, is this statement correct?

Thanks

--
Arkaitz
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to