Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By russm
#50211 For espBasic V3 is it possible to have the ESP disconnect from all browsers after running a program? winsock has an overhead which slows down programs if they won't be using any GUI. I couldn't find anything that did this already so if it's there already let me know! :)
User avatar
By Mmiscool
#50330 This should be possible. Just need to track down all the places that call the web sockets maintenance loop is called and add a bit of logic to toggle it on or off.