unsuitable001 / dart_cronet_sample

[SELECTED] Sample project for GSoC '21 - Cronet based HTTP package
https://github.com/google/cronet.dart
MIT License
2 stars 1 forks source link

Sudden hang and then termination in windows #10

Closed unsuitable001 closed 3 years ago

unsuitable001 commented 3 years ago

It starts the cronet engine, gets the version string then hangs for few seconds and exits. No error shown. No output.

unsuitable001 commented 3 years ago

Works perfectly if compiled using the toolchain comes with Flutter Desktop (Windows). Though, it doesn't have any dependency on flutter and works perfectly without flutter after compilation. (We just have to provide flutter_windows.dl as the flutter build toolchain automatically adds this dependency to our dll file. Otherwise, it's not required.

I'm working on removing this dependency and a better build process.