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
Right now, when used on an unsupported platform (for example on Flutter Web) the {{ably-flutter}} plugin will fail with {{Unsupported operation}} error, only when a method from Ably is called on the platform side. This doesn't really explain what happened to the user, and it may be hard to understand the reason behind the error.
It may be a good idea to implement a more specific, user-facing error and make sure that it get's thrown on runtime as soon as the code is ran on an unsupported platform.
The text was updated successfully, but these errors were encountered:
Right now, when used on an unsupported platform (for example on Flutter Web) the {{ably-flutter}} plugin will fail with {{Unsupported operation}} error, only when a method from Ably is called on the platform side. This doesn't really explain what happened to the user, and it may be hard to understand the reason behind the error.
It may be a good idea to implement a more specific, user-facing error and make sure that it get's thrown on runtime as soon as the code is ran on an unsupported platform.
The text was updated successfully, but these errors were encountered: