Paweł Stawicki
Paweł Stawicki
I'm checking out the changes. What I found out is that on Dashboard I can see all the followups, and I can press "OK THX" under each. It doesn't work,...
I was also thinking about a `Transformer`, and started to fiddle with the code to have this information there (it wasn't difficult). But then I thought that this way we...
Thoughts and findings after some investigation: The problem stems from `kqueue` as default setting (on non-linux systems) of `eventLoopConfig` in `NettyConfig`. KQueue does not support socket timeout setting, hence the...
@peterschrott Yes you are right, thank you for pointing out my mistake. You are right that `nio` also does not support the SO_TIMEOUT setting. So the only option for now...