Matt Mastracci
Matt Mastracci
I suspect if you are using automatic pong and automatic close, those methods are not cancellation-safe. We probably need to have a full poll-read/poll-write set of interfaces to ensure that.
@wille-io I just added support for async cert validation in rustls-tokio-stream. What you should be able to do now is strip out the existing TlsStream implementation and replace it with...
@wille-io -- thanks for all this early work! We landed https://github.com/denoland/deno/pull/23686 which should pave the way for this to fully land. What's left here is going to be the last...
This should not be considered canonical information as this might change in the future, but the way we detect an eszip at the end of a file is like so:...
No worries. I've worked around this for now using a non-tokio thread with a watchdog that detects a wedged future and it seems to be working. I'm currently putting the...
@eduardobbrito If you're on Linux, would you mind giving the PR artifact from 23838 a try with pointer compression enabled? Grab it from the `artifacts` dropdown at the top of...