cavivie

Results 38 comments of cavivie

How does generating compiler parameters like cc-rs work with `darwin version`

Current: The clang wrapper aarch64-apple-darwin20.4-clang works with the target flag aarch64-apple-darwin20.4. The clang wrapper arm64-apple-darwin20.4-clang works with the target flag arm64-apple-darwin20.4. The clang wrapper aarch64-apple-darwin20.4-clang does not work with the...

Fortunately I took another look at the PR list, otherwise I would have done this again. Our company now has a multi-platform and multi network devices scenario test. This will...

@flxo @swanandx I wonder what's stopping us from going further now?

> same changes needs to be done for v5 client as well. The v5 client is already supported because v5 [MqttOptions NetworkOptions](https://github.com/bytebeamio/rumqtt/blob/main/rumqttc/src/v5/mod.rs#L98) references the already implemented [lib NetworkOptions](https://github.com/bytebeamio/rumqtt/blob/main/rumqttc/src/lib.rs#L369), doesn't it?...

> that is bind_device which is different from bind_addr right? if not, bind_device already exists for v4 client, so we don't even need anything. bind_addr is different from bind_device. bind_addr:...

May I know if there is any progress here?

@ChrisDenton It would be great if you could give me some advice.

> cc @cavivie Can you rebase this please? > > I'm willing to merge it in. Okay, I will do it as soon as possible.

I'm so sorry. I think my description is wrong. We should use `CARGO_CFG_TARGET_OS` option to check the target instead of `cfg` conditional compilation, because `#[cfg(windows)]` detects the runtime environment. So...