Adrian Zdobylak

Results 2 comments of Adrian Zdobylak

As a workaround you can set default socket timeout and then use `client.connect`. ```python import socket socket.setdefaulttimeout(timeout) ```

I also spotted the issue with KIC 3.2.0 and Kong 3.7.0, it persists after upgrade to 3.2.2. The problem comes up when new gateway pod is spawned. Controller keeps using...