Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace SessionManager by SessionFactory #1477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arigachnyy
Copy link
Collaborator

@arigachnyy arigachnyy commented Jun 21, 2024

В SessionManager не надо хранить список открытых сессий, потому что с SessionManager работает только EndpointManager, который уже хранит список открытых ендпоинтов с их сессиями. Таким образом из SessionManager можно вместе со списком сессий удалить все проверки на то что сессия уже открыта и т.д. Все эти проверки уже есть в EndpointManager. Таким образом это будет уже не SessionManager, а SessionFactory.

@arigachnyy arigachnyy force-pushed the refactor-session-manager branch from e7b2c3f to e7af94a Compare June 21, 2024 13:41
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e7af94a.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
5288 5284 0 1 1 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant