I am running into read packet timeout in deno-mysql. Strangely this happens both in remote and local servers. The servers are ok. Deno is running ok also. But now my issue is when executing a query, initial request will produce an error "Error: Error: Read packet timeout" but surprisingly when requesting for the second time, that is second click. the MySQL query execute as expected.
There is light in the tunnel. I have seen idle-timeout attribute has been added in config. the structure is as below
Check out deno_mysql or more specifically deno_mysql/pull/81