Benoît Cortier

Results 161 comments of Benoît Cortier

I’m sorry, I didn’t get enough bandwidth to write as much as I wanted, but let me elaborate the major things I absolutely want to get done before publishing a...

I would be okay with releasing what we have currently as the 0.5 version! I was meaning to give a try to these commands, will do!

`ironrdp v0.5` has been released along the new crates!

Done! I also pushed `ironrdp-v0.5.0` and `ironrdp-v0.6.0` in addition to `v0.5.0` and `v0.6.0`. I’ll push tags for all the other crates as well, so we’ll need to specify the same...

> I would however consider this patch an improvement over what we already have: > > ```diff > --- a/crates/ironrdp-connector/src/lib.rs > +++ b/crates/ironrdp-connector/src/lib.rs > @@ -260,7 +260,7 @@ impl fmt::Display...

Yes, we are aware of this limitation. As you suspect, it’s a difference in supported cipher suites. Supporting unsecure cipher suites is a non-goal for rustls, although it could be...

Please, fix the errors reported by the CI

Also, ideally I would like two PRs: - One dedicated to exposing the RDCleanPath API, and - One dedicated to adding the WebSocket helper in the .NET library.

> > Also, ideally I would like two PRs: > > > > > > * One dedicated to exposing the RDCleanPath API, and > > > > > >...

Hello! It seems you are using a Node.js WebSocket-to-TCP proxy? Unfortunately, you can’t use just any WebSocket-to-TCP proxy. For the web client to work, we created a small extension called...