Open sakkeerhussain opened 6 years ago
This needs to be looked at. With proper exception handling your server never really stops though.
@LordFokas I am able to handle all exception inside with a try catch. But in case of client disconnected and time out exceptions (Socket write exception), how can we(users of nanohttpd server) catch exceptions?
Oh that was something that was kind of half assed in v2 but I think it has been fixed, at least as of the code in v3. Will add to the milestone just foor the sake of double checking :)
@LordFokas I am using version 2.3.1 and having that issue. Any update available for that version?
not really, no. V3 is badly stuck as of now, and I'm too busy trying to get my personal life rolling to get it going for the time being :/
Issue in one request fails my server and unable to serve continuously. Is there an option to restart server after a crash inside?