Actions
bug #7035
closedVaadin views keeping connection open as long as the view has not exited
Start date:
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Severity:
critical
Found in Version:
Description
For Views using the AbstractPresenter a conversation is started when the view is initialized and is closed when the view exits.
These caused open connections to accumulate. For each opened view a connection is kept open until the suer explicitly exist the view. If the browser window showing the view is closed the view if not being notifies and will not exit the used connection is thus kept open and will never? close. The connection pool which is limited to max 15 connections is running out of connections quite soon due to this probelm.
Updated by Andreas Kohlbecker almost 6 years ago
- Status changed from New to In Progress
Updated by Andreas Müller almost 6 years ago
Is this still an open issue? If yes, move to 4.12
Updated by Andreas Kohlbecker almost 6 years ago
- Status changed from In Progress to Rejected
- Target version deleted (
Release 4.11)
This issue is no longer relevant since we decided for a completely different approach, see #7046
Actions