Results 7 comments of Alexander Hill

I'll give it a go later today - thanks for taking a look!

Would love to add support for this feature, any guidance on if it's feasible within the current code structure?

Thanks for the speedy response @msridhar! I noticed the case I'm describing above also seems not to work for standard java streams either - created the following issue to track...

Looks like the tier3 targets are failing due to a new clippy lint: ``` error: lifetime flowing from input to output with different syntax can be confusing --> src/sys/socket/sockopt.rs:1958:17 |...

@asomers are you the right person to request review for this PR? have been using it successfully in a private repo, seems to work as expected on PREEMPT_RT

@SteveLauC are you able / interested in taking a look here?

We've seen similar behavior in our applications. Our code to construct the client looks like this: ```java public Client client() { return new Client.Builder() .addEndpoint(Protocol.HTTP, host, port, false) .setUsername(username) .setPassword(password)...