GCDWebServer icon indicating copy to clipboard operation
GCDWebServer copied to clipboard

“isrunning” property returns incorrect state when returning to foreground after a while in the background

Open Gaozn opened this issue 5 years ago • 2 comments

After a while in the background, switch back to the APP, self.webserver.isrunning is always true, but in fact the local server has stopped running

Gaozn avatar Sep 09 '19 01:09 Gaozn

@swisspol I think it's possible that this bug is responsible for behavior seen in this RN module which uses GCDWebServer as a dependency https://github.com/futurepress/react-native-static-server/issues/83

Is there any movement on this? Is it possible to receive any guidance on why this might be happening?

dexterlohnes avatar Jul 23 '20 19:07 dexterlohnes

Are there any plans to address this?

sohayb avatar Dec 23 '22 21:12 sohayb