Juhana Helovuo

Results 58 comments of Juhana Helovuo

Please submit a minimal buildable code that reproduces the error.

IPv6 support has not been in the scope of RustDDS. If it works at all, it is only by accident. We have no immediate plans to add IPv6 support, but...

The suggestion of disabling IPv6 for now is a good one. Can you make on PR on that? Did you check all the basic things on Debian, such as firewalling?...

I do not understand this request. There are several unclear points: * In a previous issue #202 you state that you are already doing this wrapping. * How does it...

This is non-trivial, because we depend also on [mio-extras](https://crates.io/crates/mio-extras) crate to get mio-pollable channels, and that is not available for mio 0.7.x or 0.8.x, because of features dropped from mio....

That is a good suggestion. However, before doing this, the RustDDS codebase needs to be reviewed and quite likely some code should be moved between current modules to make a...

Wrote down some reorganization ideas in #184 .

This is a bit weird. AFAIK it is RTI-specific feature. If you need such a feature, then please submit a PR. Guidance: There are two unicast listeners: Discovery and User...

Ah, ok, I understood your intention a bit differently at first. Currently, RustDDS is designed so that there are only four UDPListeners per DomainParticipant: * Discovery multicast * Discovery unicast...

Does that other application use Discovery protocol for announcing the Endpoints (ports) it is listening on? Or is there some reason the Discovery would not work? And what do you...