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
I know this is not exactly the right place to request this feature, but it's a general Dart one that best related to this package.
WebSockets in Dart are hell. There is no unified interface for VM and Browser and it makes it impossible to create packages that work on top of WebSockets (which are platform-agnostic for the remainder of the package).
A library like this that provides a unified interface for both is really great and I think having one for WebSockets (package:websockets f.e.) would be very useful.
The text was updated successfully, but these errors were encountered:
I know this is not exactly the right place to request this feature, but it's a general Dart one that best related to this package.
WebSockets in Dart are hell. There is no unified interface for VM and Browser and it makes it impossible to create packages that work on top of WebSockets (which are platform-agnostic for the remainder of the package).
A library like this that provides a unified interface for both is really great and I think having one for WebSockets (package:websockets f.e.) would be very useful.
The text was updated successfully, but these errors were encountered: