-->
Page 1 of 1

winsock disconnect

PostPosted: Mon Jul 04, 2016 8:36 pm
by russm
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! :)

Re: winsock disconnect

PostPosted: Wed Jul 06, 2016 11:31 pm
by Mmiscool
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.