You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: