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

feat(ios): dynamic provider #975

Merged
merged 8 commits into from
Oct 18, 2024
Merged

feat(ios): dynamic provider #975

merged 8 commits into from
Oct 18, 2024

Conversation

Malinskiy
Copy link
Member

No description provided.

delay(5000) // Retry delay if socket connection is refused
} catch (e: Exception) {
logger.error(e) { "Error occurred: ${e.message}" }
break // Exit the reading loop if a critical error occurs
Copy link
Member Author

Choose a reason for hiding this comment

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

Should rethrow the exception to support coroutine cancellation guarantees

@matzuk matzuk merged commit 16c55ad into develop Oct 18, 2024
7 checks passed
@matzuk matzuk deleted the feature/ios-device-provider branch October 18, 2024 09:43
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