-
The dart-sass-embedded compiler would stack overflow with lots of concurrent requests.
This issue cannot be reproduced with the sass-embedded npm package because the node host does not re-use the c…
-
When I run my app, it build failed and error output like this:
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter assemble --no-vers…
-
Okhttp responsebody is always a BufferedSource, okio assume we will operate it on JVM.
But fact is that we never process raw images data on JVM, what we do is just save them to real file, and deliver…
-
Asyncio rawsocket clients crash when receiving a WELCOME message.
```
WARNING root:rawsocket.py:87 Instantiate autobahn component
WARNING root:rawsocket.py:92 Start component
WARNING root:rawso…
-
```
DART_CONFIGURATION=DebugX64 out/DebugX64/dart --snapshot=/b/s/w/ir/out/DebugX64/generated_compilations/app_jitk-linux-debug-x64/tests_standalone_2_io_unix_socket_test/out.jitsnapshot --snapshot-k…
-
currently, cbor transport serialization does not work in the browser build, and in fact we deactivate the dependency for the browser build in `package.json`:
```
"browser": {
"cbor": false,…
-
The `dwds/test/dart_devtools.dart` test is currently failing:
Stack trace
```
01:03 +1 -1: Injected client can not launch devtools for the same app in multiple tabs
[FINEST] DevHandler: Vm…
-
If client certificates are enabled on the server there is no way to get to the underlying clientCertificate as socket.client.request.client.getPeerCertificate() always returns null.
This happens …
-
**Describe the bug**
A clear and concise description of what the bug is.
When trying to run the example case referenced in the README, I get the following error:
`E/flutter (30883): [ERROR:flut…
-
TCP sockets allow a timeout value to be passed on connect -
```
Socket.connect(server, port, timeout: new Duration(seconds: 5)).then((dynamic socket)
```
This could be added as a parameter to the…