https://github.com/blaugold/cbl_abnormal_close_issue
https://github.com/blaugold/cbl_abnormal_close_issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaugold/cbl_abnormal_close_issue
- Owner: blaugold
- Created: 2024-11-13T17:18:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T17:23:09.000Z (over 1 year ago)
- Last Synced: 2025-03-19T05:34:50.024Z (about 1 year ago)
- Language: Dart
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To replicate the abnormal connection close issue, follow these steps:
1. Install the Dart or Flutter SDK
2. Clone this repository
3. Run `dart pub get` in the root of the repository
4. Run `dart run main.dart` in the root of the repository
The abnormal connection closures don't happen on every run. Repeat step 4 until you see the
following log message in the program output:
```
[...] Transient error (WebSocket error 1006, "connection closed abnormally"); attempt #2 in 2 sec...
```