xwords/xwords4
Eric House ee2a4aaf72 fix failure to deliver ACKs on MQTT
My combining messages logic failed for ACKs, sending the queue but not
the ACK unless the ACK was in the queue. Appending it at send time is
fraught, so I am instead adding ACKs to the queue, but not persisting
them, so they only last long enough to be sent after they're
added. Seems to fix a common problem of games failing to get ACKs for
their final messages after they finish.
2023-10-26 15:37:50 -07:00
..
android fix assertions where env can't be looked up 2023-10-26 12:28:41 -07:00
common fix failure to deliver ACKs on MQTT 2023-10-26 15:37:50 -07:00
dawg tweak xwd header output 2023-05-29 16:55:14 -07:00
debian ignore debian build files 2012-01-04 18:11:29 -08:00
linux Preliminary sketch of how cmd callbacks work 2023-08-14 08:11:01 -07:00
newrelay beginnings of new relay: shows persistence 2017-11-05 19:24:41 -08:00
relay add manual message-send to fcm_loop for testing 2020-12-14 08:57:11 -08:00
scripts more work on script 2014-02-26 07:52:18 -08:00
tests allow to run multiple games at once 2005-09-14 05:12:07 +00:00
wasm add git rev to display 2023-05-29 16:55:14 -07:00
Makefile include all .xml and .java files, but only if they're not named in a .gitignore file in the same directory 2014-03-01 11:44:20 -08:00