79315436

Date: 2024-12-29 10:57:55
Score: 2
Natty:
Report link

The correct solution (at least in my case) wass to avoid combining async with database transactions. Transactions do not support running queries asynchronously. If you want to run I/O operations concurrently, I suggest getting rid of the transaction.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: NaviteLogger