Arsenii Lyashenko

Results 14 comments of Arsenii Lyashenko

> I would assume that the stream may still be used Not always. Unfinished string can break all following lexing > if the parser accepts, and recovers from the error...

> What would be the alternative? Throw error from stream (maybe). It gives more guarentees that invalid input won't be skipped. Otherwise I have to be sure that every parsing...

> do you have any experience I have not, but I can guess it should look like this: ```rust let stream = TcpStream::connect("my-proxy-server.com:54321").await?; async_socks5::connect(&mut stream, ("your-ws-server.com", 80), None).await?; let (ws_stream,...

It will be fine to get PR

Use `#[cfg(feature = "tokio")]` for them

`async-socks5` uses `tokio`, `fast-socks5` uses `async-std`

Charts at: https://gear-tech.github.io/performance-charts/

> 3 charts in a row in GH pages I think I need help of @osipov-mit to do it

> We were also discussing: > > * [ ] Merge similar commits runs > @ark0f any final updates? Discussed during call