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 am seeing problems when using hot restart on Android and the error points to this package. (A similar issue was reported here.)
Output:
Lost connection to device.
Performing hot restart... ⣷ERROR - 2024-10-16 16:31:32.361736
PUT /yuYm0Wv-E4Q=/
Error thrown by handler.
Connection closed before full header was received
package:shelf/shelf_io.dart 138:16 handleRequest
I'm using a Pixel 6. This happens whether I launch from VSCode or from the terminal via flutter run. This happens for hot restart but not hot reload. My version of shelf is 1.4.1.
Do you know if this is actually due to this package, or if the problem could be somewhere else?
The text was updated successfully, but these errors were encountered:
Hi,
I am seeing problems when using hot restart on Android and the error points to this package. (A similar issue was reported here.)
Output:
flutter --version
:I'm using a Pixel 6. This happens whether I launch from VSCode or from the terminal via
flutter run
. This happens for hot restart but not hot reload. My version ofshelf
is 1.4.1.Do you know if this is actually due to this package, or if the problem could be somewhere else?
The text was updated successfully, but these errors were encountered: