Skip to content

Hotfix: Connection pooling

Compare
Choose a tag to compare
@RMSD RMSD released this 18 May 00:55
· 33 commits to master since this release

We discovered that the connection pool was configured to drop connection when the number of threads exceeded the number of connections in the pool, by swagger. We also discovered that swagger doesn't use a thread pool, which is very unsafe. Both of these are now implemented more elegantly.