nodemcu-firmware
nodemcu-firmware copied to clipboard
espconn lwip wrappers actively harmful
As far as I can tell, anyway, these things are just obstruction, rather than abstraction, over lwip. See, for example, the damage they cause with #2987: it is neither obvious nor documented that espconn_gethostbyname passes the espconn structure as the callback argument. We should just be calling dns_gethostbyname ourselves and passing the appropriate lua object to the callback.
Am I missing something and espconn is actually useful? If not, I think I will propose that we attempt to excise it from our tree.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still true, sadly.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is it still true?