Hello, I have a problem getting tcp keep alive to work in a linux docker container.
I'm ASP NET Core 7.
Tried running the app on windows and keep alive is working normally.
When running in a linux container its not, not seeing any logs saying that its not supported.
I tried setting the sysctl options in my docker-compose too but not working:
Hi, this library doesn't implement the keepalives directly, rather, it passes these values to the underlying implementation. I can't provide any guarantee of them working since it's not code I manage.
Hello, I have a problem getting tcp keep alive to work in a linux docker container. I'm ASP NET Core 7. Tried running the app on windows and keep alive is working normally. When running in a linux container its not, not seeing any logs saying that its not supported. I tried setting the sysctl options in my docker-compose too but not working:
Am I missing something? if not is there a workaround to this issue?