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

Possible TTS fix 2 #51

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Possible TTS fix 2 #51

merged 2 commits into from
Nov 25, 2024

Conversation

FireNameFN
Copy link
Collaborator

@FireNameFN FireNameFN commented Nov 14, 2024

Описание PR

Вторая попытка починить TTS, который ломается после переподключения.

Технические детали

Видимо, новый экземпляр правильно создавался. Но, видимо, не создаётся новый экземпляр ResourceManager. То есть добавлялся ContentRoot по указанному пути, его нормально использовали, а когда появлялся новый ContentRoot, то он путь не перезаписывал, а баговался. Сейчас мы создаём один ContentRoot, не дизпозаем его и добавляем только один раз.

Список изменений

🆑

  • fix: Возможно, починен TTS, который ломался после переподключения.

@AwareFoxy
Copy link
Collaborator

Жди ревью от Морти.

@Vonsant
Copy link
Collaborator

Vonsant commented Nov 15, 2024

@Morb0 плиз ревью.

Comment on lines +45 to +49
if (!_contentRootAdded)
{
_contentRootAdded = true;
_res.AddRoot(Prefix, _contentRoot);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В теории можно использовать .GetContentRoots() чтоб проверить есть ли уже рут, но да ладно

@Morb0 Morb0 merged commit dd0017f into space-syndicate:master Nov 25, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants