mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
do not flush
This commit is contained in:
parent
92288603bf
commit
8c3c5dfe33
|
@ -248,7 +248,8 @@ void EthernetInterface::loop2() {
|
||||||
tmpbuf[count]=0;
|
tmpbuf[count]=0;
|
||||||
clients[socketOut].write(tmpbuf,count);
|
clients[socketOut].write(tmpbuf,count);
|
||||||
}
|
}
|
||||||
clients[socketOut].flush(); //maybe
|
// do trust write does its thing and not flush
|
||||||
|
// clients[socketOut].flush(); //maybe
|
||||||
}
|
}
|
||||||
looptimer(8000, F("Ethloop after outbound"));
|
looptimer(8000, F("Ethloop after outbound"));
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define GITHUB_SHA "devel-fozzie-202408090945Z"
|
#define GITHUB_SHA "devel-fozzie-202408091233Z"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user