...
wait_timeout is the number of seconds the server waits for activity on a noninteractive connection before closing it.
Unfortunately, the server doesn't tell the client that wether the connection will be is closed so that the client use a closed connection which throws an error
...