Skip to content

TransportParams support in ClientOptions #364

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

Merged
merged 4 commits into from
Apr 12, 2022

Conversation

ikurek
Copy link
Contributor

@ikurek ikurek commented Apr 7, 2022

This should close #108. I've found out that this feature was implemented on Dart side, but it wasn't implemented in iOS and Android bridges, probably because of differences in implementation of these methods for each platform (iOS requires NSDictionary and Android requires Param[] array). I've implemented bridges on each platform and now it seems to work fine 🙂

@ikurek ikurek self-assigned this Apr 7, 2022
@github-actions github-actions bot temporarily deployed to staging/pull/364/dartdoc April 7, 2022 12:04 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/364/dartdoc April 7, 2022 16:03 Inactive
Copy link

@KacperKluka KacperKluka left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@ikurek ikurek merged commit b011045 into main Apr 12, 2022
@ikurek ikurek deleted the feature/client-options-transport-params branch April 12, 2022 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Custom Transport Parameters (Params)
3 participants