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

Fix LogHandler (use it) #238

Closed
ben-xD opened this issue Nov 19, 2021 · 0 comments · Fixed by #340
Closed

Fix LogHandler (use it) #238

ben-xD opened this issue Nov 19, 2021 · 0 comments · Fixed by #340
Assignees
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@ben-xD
Copy link
Contributor

ben-xD commented Nov 19, 2021

LogHandler is an option on ClientOptions. Users can set it, but unfortunately Ably Flutter ignores it. This is because the log handler is dart code which can't be passed directly to the platform side.

We would have to store the logHandlers, and pass a handle to the Platform side instead. When Ably Cocoa and Ably Java want to use them, this would call the dart side.

┆Issue is synchronized with this Jira Bug by Unito

@ben-xD ben-xD added the bug Something isn't working. It's clear that this does need to be fixed. label Nov 19, 2021
@ben-xD ben-xD self-assigned this Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

Successfully merging a pull request may close this issue.

2 participants