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

Улучшение переиспользования IssRequest #10

Open
Kataane opened this issue Apr 4, 2023 · 0 comments
Open

Улучшение переиспользования IssRequest #10

Kataane opened this issue Apr 4, 2023 · 0 comments

Comments

@Kataane
Copy link
Owner

Kataane commented Apr 4, 2023

Сейчас IssRequest не со всем проходит процесс dispose. Как из улучшений можно сделать следующее:
Добавить объект ShapshotState, который будет возвращаться из метода TakeSnapshot, хранить это состояние как singleton, а IssRequest сделать transient и добавить конструктор, который бы принимал ShapshotState.

Благодаря чему в IssRequest не будет необходимости в dispose, а нужное состояние для IssRequest можно всегда вернуть через ShapshotState

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

No branches or pull requests

1 participant