Yury Selivanov

Results 403 comments of Yury Selivanov

Here's the PR https://github.com/MagicStack/uvloop/pull/62

> For those on windows 10, I believe you can use bash on ubuntu and install uvloop on there for now, or at least that seems to have worked for...

@bfbd888 I think it should work, but I haven't tried it myself.

Looks good in general. I'll try to find time to get back to the discussion we have in the issue to see if we're missing anything.

> What is missing/What is pending to discuss: This is a great summary, please update the issue with it.

@totaki any update on this?

Interesting. Why do you think this is a good idea to connect two transports to the same fd?

Sure, but then you might have a race condition between these two protocols/transports not synchronizing their writes/reads to the FD. And if you want to do something like that anyways,...

Yeah, this definitely needs to be investigated. If anyone wants to help I'd really appreciate that. I myself have no idea when I have time to debug this.

@hh-h The reason the original example does not work is because libuv requires every FD to be registered once. So in order to fix this in uvloop, uvloop itself will...