Guillaume Taquet Gasperini
Guillaume Taquet Gasperini
If it leads to high cpu, I agree that it would be better to remove listening on `on client` for now, push a quick fix, and find a clean way...
FYI in [i3blocks-contrib](https://github.com/vivien/i3blocks-contrib/blob/719da43e036bae48be01b72f2d1fe24342b19ffc/volume-pulseaudio/volume-pulseaudio#L179 ), they're filtering on `Event 'change'` (which is not triggered by the `client` events). So I guess the same issue would be present with your setup. >...
> Hah, I think this was fixed in the last pipewire version, 0.3.54. I was checking out the release notes and they include: > > > Card properties are now...
Thanks for your quick response! > what is the use case here? We would be interested in trying out adding support for another language (C#), instead of having to maintain...
> Will this be something you are interested in? Definitely! For the context, we're having some kind of hackathon right now, and we have the coming days available for where...
Not op, but here is the output of the command when connected to a wireguard interface. ``` /sys/class/net/wg0/uevent: DEVTYPE=wireguard INTERFACE=wg0 IFINDEX=4 /sys/class/net/wg0/carrier_changes: 0 /sys/class/net/wg0/carrier: 1 /sys/class/net/wg0/dev_id: 0x0 /sys/class/net/wg0/carrier_down_count: 0 /sys/class/net/wg0/proto_down:...
Yes, the interface was/is connected, all of my traffic was/is passing through it.
> Does it have an IP address? `ip -br a show wg0` shows it, yes.
To confirm, yes, running the example defined in the section `Program source` of `getifaddrs(3)` displays correctly the ip address. ``` [...] wg0 AF_INET (2) address: [...] ```