Jean Bouchard
Jean Bouchard
Found a solution which I think should do the trick for almost all the case. In the my `.inc` file I added those lines ``` python() { if d.getVar('EXTERNALSRC'): d.setVar('EXTRA_OECARGO_PATHS',...
DO you think the CI error, might be related to [this](https://github.com/rust-lang/rust/issues/81890) ?
The server should try to always clean is file when it is closing. This is what most server does and it leave the system in a cleaner state. However, we...
Thanks for your suggestion it is clear, I will look at your PR and look to rebase on it. I also re-think about if we should clean the file and...
By looking around, I think we should leave the socket here. It would be cleaner to remove it on clean shutdown, but it will not be armful to leave it...
This is still affecting us, any news about this ? This prevent the use of systemd socket activation.
I got the same issue with a really simple server which listen on unix socket. Form it it when we go through the `backpressure` method, which deregister the socket. Here...
Still an error for the kernel receipe #208 will fix it.
I will looks into it thanks.
Having the same behavior. When sending my binary via `scp` or via `rust-lldb` every thing works as expected.