Hi, On Wed, Oct 24, 2012 at 9:41 AM, [email protected] <[email protected]>wrote:
> 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? > I've tried using libuv in C to see if it was that, but looking at what I got working in http://pastebin.com/tPc4A9Sj I'd say something is not right. The C version looks pretty much the same as the rust version but the C version does work as expected, receiving new clients after the first one. Thanks Arkaitz
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
