ws icon indicating copy to clipboard operation
ws copied to clipboard

WS: A compact, highly efficient WebSocket library. Easily establish, manage, and reconnect WebSocket connections in real-time apps.

Results 8 ws issues
Sort by recently updated
recently updated
newest added

As soon as WASM support is approaching the library should migrate to a new [web](https://pub.dev/packages/web) package. This can be helpful - https://dart.dev/interop/js-interop/package-web

**Describe the bug** if you leave the app in background for hours, and the app is not killed by the OS, I mean when you enter it doesn't shows the...

bug

Bumps [web](https://github.com/dart-lang/web) from 0.5.1 to 1.0.0. Release notes Sourced from web's releases. package:web v1.0.0 Added supertypes' fields to dictionary constructors as dictionaries are allowed to contain those fields. Empty dictionary...

dependencies

**Describe the bug** WebSocket message is received on VM & JS environments but not on WASM. **i.e. webSocketClient.stream.json or webSocketClient.stream.text or webSocketClient.stream.bytes doesn't emit any data when flutter app is...

bug

Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 4.0.0 to 5.1.1. Release notes Sourced from lints's releases. package:lints v5.1.1 Updated the SDK lower bound to 3.6. Move to dart-lang/core monorepo. Commits 7a71ad6 Moving fixes (#736)...

dependencies

**Describe the bug** Hey, I noticed that the WebSocket does not seem to behave correctly on iOS under certain circumstances. We get data messages regularly back to the client, but...

**Describe the bug** If the server suddenly becomes unavailable, the websocket will be stuck in the connection state when reconnecting, and a timeout period has been set, but it only...

It would be nice to update the dependency to web ^1.1.1. ``` Resolving dependencies... Because ws >=1.1.0-dev.1 depends on web ^0.5.1 and app depends on web ^1.1.1, ws >=1.1.0-dev.1 is...