gcdwebserver - GCWebServer on tvOS appears to stop responding to requests -


i've got gcdwebserver , running, bridged swift. observing, via several tests, although network connection hasn't changed, web server hasn't stopped (not logged, dealloc breakpoints not hit, requests queue raised, stopped not called, delegate methods not hit) stops responding incoming requests.

this on tvos 9.1.1, repeatable. trying debug why happening, nothing being logged indicate cause. last thing logged like:

[debug] did open connection on socket 9 [debug] did connect [debug] did start background task [debug] connection received 339 bytes on socket 9 [debug] connection on socket 9 preflighting request "get /" 339 bytes body [debug] connection on socket 9 processing request "get /" 339 bytes body [debug] connection sent 182 bytes on socket 9 [debug] connection sent 44 bytes on socket 9 [debug] did close connection on socket 9 [verbose] [fe80::...] fe80::... 200 "get /" (339 | 226) [debug] did disconnect [debug] did end background task 

...which normal, , without other indication stops responding requests app active , in fore.

is known issue or else has experienced on tvos?


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -