GCDWebServer
GCDWebServer copied to clipboard
“isrunning” property returns incorrect state when returning to foreground after a while in the background
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
@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?
Are there any plans to address this?