Daniel Lopez
Daniel Lopez
No, there was no sharing of sockets between pools. That's what the pool was there for, to have a number of sockets open to be able to do work in...
No sharing of sockets between threads, simultaneously. Reusing the socket on a different thread should be no issue. That was what we were doing all the time. The issue appeared...
At scale, having an asset host that is restarted first would move the issue from the new version of the app to the old versions of the app. A user...
Hi there, Supposedly, that's what the `@Primary` annotation is for. When Spring has to choose a default datasource for something, it will use the one that is marked with `@Primary`....