cordova-plugin-webserver icon indicating copy to clipboard operation
cordova-plugin-webserver copied to clipboard

Wait for response to be finished and return possible error

Open digaus opened this issue 4 years ago • 0 comments

Currently once the response is send we do not know when it is finished.

Wouldnt it be possible to pass the callback into the responses array and then call the success callback once it is finished?

Just pass callback here:

https://github.com/bykof/cordova-plugin-webserver/blob/master/src/android/Webserver.java#L105

and call here:

https://github.com/bykof/cordova-plugin-webserver/blob/master/src/android/NanoHTTPDWebserver.java#L250 https://github.com/bykof/cordova-plugin-webserver/blob/master/src/android/NanoHTTPDWebserver.java#L271

digaus avatar Mar 21 '20 23:03 digaus