apache / cordova-browser

Apache Cordova
Apache License 2.0
170 stars 85 forks source link

CB-12905: (linux) Fix issue with freezing after launching the browser #31

Closed paymicro closed 7 years ago

paymicro commented 7 years ago

In Linux, the callback is not called until the process terminates. If the error is not caused within 2 seconds, then the promise will be resolved.

Platforms affected

What does this PR do?

What testing has been done on this change?

Checklist

matrosov-nikita commented 7 years ago

Also, I think you need to send this PR in the cordova-serve (https://github.com/apache/cordova-serve)

purplecabbage commented 7 years ago

This needs to be addressed in the cordova-serve repo if it is an issue. Closing.

gruz commented 6 years ago

@purplecabbage cordova-serve developer addresses it to you and you address to him (-: https://github.com/Microsoft/cordova-simulate/issues/245#issuecomment-310361201

@matrosov-nikita `s PR seems to work for me.

Can this be in some way fixed?

Thanks.

purplecabbage commented 6 years ago

This pr attempted to patch a dependency in the node_modules folder directly, this is not how we do things. The dependent module, cordova-serve has been patched, and released, and this module's dependent version was updated. ( https://github.com/apache/cordova-serve/pull/4 )

Not sure what else you are asking for @gruz