Changes between Initial Version and Version 1 of Ticket #35672, comment 4
- Timestamp:
- Aug 18, 2024, 5:44:31 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35672, comment 4
initial v1 1 I did some more testing and figured out the source of the problem. When i disabled a Threaded connection to the database, the bug stopped happening. My current theory is that the thread dont return the connection to the pool. I am investigating now how i should properly do this with Threads.1 I did some more testing and figured out the source of the problem. When i disabled a Middleware Threaded connection to the database, the bug stopped happening. My current theory is that the thread dont return the connection to the pool. I am investigating now how i should properly do this with Threads. 2 2 3 3 Simplified version of code