Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.6.2, 3.5.5
-
None
-
None
Description
Now, when creating a new session or transaction, a new WebSocket connection is opened, which is not very efficient in terms of performance and resource consumption.
I propose to do as in Java, use single connection pool for all sessions and transactions.