Problem with a busy BBS
#8
I am going to have to re-write part of the socket layer (which I already re-wrote) so that disconnections are not handled asynchronously.  Right now, it's a race to see what occurs first - the serial data being pulled from the ESP8266 or the loop getting back around to checking the disconnection.  Slow baud rates lose, high baud rates win.  If I don't have the asynchronously capability then file transfers are severely limited because ACK's have to occur in a very short period of time and the stock ESP8266 libraries do not allow for reads and writes (full duplex) from/to the ESP8266 at the same time.  I fixed this, but this also affects the return message.
Reply


Messages In This Thread
Problem with a busy BBS - by John Polka - 05-01-2021, 11:06 PM
RE: Problem with a busy BBS - by admin - 05-01-2021, 11:36 PM
RE: Problem with a busy BBS - by John Polka - 05-02-2021, 09:44 AM
RE: Problem with a busy BBS - by admin - 05-02-2021, 10:11 AM
RE: Problem with a busy BBS - by admin - 05-02-2021, 12:19 PM
RE: Problem with a busy BBS - by admin - 05-02-2021, 12:34 PM
RE: Problem with a busy BBS - by admin - 05-02-2021, 01:11 PM
RE: Problem with a busy BBS - by admin - 05-02-2021, 05:35 PM
RE: Problem with a busy BBS - by John Polka - 05-24-2021, 08:44 AM
RE: Problem with a busy BBS - by admin - 05-24-2021, 11:13 AM



Users browsing this thread: 1 Guest(s)