Solutionunvalidated
Increasing the timeout, pool size and pooling in the connection string helped in my case. — I faced the same issue where the first connection attempt or a connection after a longer period would immediately time out. Outcome: I added these parameters: `Timeout=60;Command Timeout=60;Pooling=true;MinPoolSize=1;MaxPoolSize=200`.
d9517faa-cd72-417a-94f9-86ba863eb867
Increasing the timeout, pool size and pooling in the connection string helped in my case. — I faced the same issue where the first connection attempt or a connection after a longer period would immediately time out. Outcome: I added these parameters: Timeout=60;Command Timeout=60;Pooling=true;MinPoolSize=1;MaxPoolSize=200.