Alex Dupre
Alex Dupre
> * `net.inet6.ip6.v6only` is 0 on both my FreeBSD 14.mumble system and my macOs 14.latest systems. Did you add the following setting to `/etc/rc.conf` or a direct `sysctl` into `/etc/sysctl.conf`?...
Yes, the severity of the security issue is subjective, I fully agree, but the result is that some OSes decided for more restrictive defaults, and others completely removed such feature...
Another useful link: https://lwn.net/Articles/688462/ From OpenBSD `inet6(4)` man page: ``` For security reasons, OpenBSD does not route IPv4 traffic to an AF_INET6 socket, and does not support IPv4 mapped addresses,...
Thanks. If I'm understanding it correctly, it can work only with `dropNullInputValues = false` and by explicitely removing the `null` values for the encoding, not in the oppose way (default...
I confirm that setting `dropNullInputValues = false` and creating an `ArgEncoder` with a limited set of fields solved the issue. Thanks. `Undefined` could be a 4th option to follow the...
I encountered this issue as well. I think the `preMaterialize` should not create a fanout with a timeout.
Well, if you don't want to make it the default, at least there should be the possibility for the user to decide to have a timeout or not.
I don't think that's related, in that case it was created with `fanout = false`, so there was no timeout as far as I understand.
Not sure why you tagged me.
The issue was reproduced on FreeBSD, Windows and Linux.