Issue #26 on github - can it be fixed?
Posted: Sun Jan 18, 2015 8:27 am
Hello Zeroday and everybody!
Has this bug #26 - net.server.listen does not closes after server closed - had any attention? https://github.com/nodemcu/nodemcu-firmware/issues/26
Is there anything I (or others) can do to help with resolving it?
It would be great to be able to run a web-server together with a dns-server for example, to provide a captive portal. However, currently we would need to reboot after each close() because otherwise (according to ThomasW here: http://www.esp8266.com/posting.php?mode=reply&f=24&t=1285#pr7590) we would get our old callbacks being used instead of any new ones?
Has this bug #26 - net.server.listen does not closes after server closed - had any attention? https://github.com/nodemcu/nodemcu-firmware/issues/26
Is there anything I (or others) can do to help with resolving it?
It would be great to be able to run a web-server together with a dns-server for example, to provide a captive portal. However, currently we would need to reboot after each close() because otherwise (according to ThomasW here: http://www.esp8266.com/posting.php?mode=reply&f=24&t=1285#pr7590) we would get our old callbacks being used instead of any new ones?