-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Changed deprecated method offer to trySend #7648
Changed deprecated method offer to trySend #7648
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Zherebtsov Alexandr.
|
Signed CLA @cla-bot check |
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Zherebtsov Alexandr.
|
The cla-bot has been summoned, and re-checked this pull request! |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
The documentation says: Deprecated offer method. This method was deprecated in the favour of trySend.
See Kotlin/kotlinx.coroutines#974 for more context.
Changed offer -> trySend in InternalFlowFactory.kt