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

With view model #175

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

Alienstemple
Copy link

No description provided.

Copy link
Collaborator

@antonkazakov antonkazakov left a comment

Choose a reason for hiding this comment

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

Привет. оставил пару комментариев


private val _cat = MutableLiveData<Result<Cat>>()

private val exceptionHandler = CoroutineExceptionHandler { _, e ->
Copy link
Collaborator

Choose a reason for hiding this comment

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

SocketException нужно обработать в try/catch

Copy link
Author

Choose a reason for hiding this comment

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

А CoroutineExceptionHandler его не поймает?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Поймает, но идея следующая:

  1. try/catch или функция runCatching позволяет поймать ошибку и какой то фоллбек реалзиовать, например получил ошибку сети, сходил в БД или Мемкэш, и корутина дальше продолжит работать
  2. CoroutineExceptionHandler этот механизм уже когда корутина в терминальном состоянии, и например если упало какое-то исключение, которое никто не ожидал, можно его как то дефолтно обработать, например, показав алерт "что-то пошло не так" или просто в логер какой-то сложить

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.

2 participants