Kong-pongo hangs with kong-plugin

hang is in socket receive here

Also, the default value of 2000 is taken as socket timeout. It’s unit is in milliseconds, but when I debugged, it appears to be seconds and hence the socket connection is not timing out. I tried overriding it with a value of 2 instead of 2000, the wait was then 2 seconds for each socket connection and the hang went away as it timeout out now.