Attempt to fix the server by adding total packet length to the send and receive areas.

This commit is contained in:
zontreck 2024-08-29 11:25:04 -07:00
parent c6b8eec4ed
commit a7e448f6b4
4 changed files with 43 additions and 6 deletions

View file

@ -1,3 +1,3 @@
class Constants {
static const VERSION = "1.2.082924+0756";
static const VERSION = "1.2.082924+1124";
}