work on SendMessage

This commit is contained in:
Rusty Striker 2024-12-28 11:13:51 +02:00
parent edf4f91fa9
commit 145e77e437
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
3 changed files with 75 additions and 1 deletions

View file

@ -240,6 +240,8 @@ public class Program
}
break;
case RequestType.SendMessage:
string recv = Utils.BytesToNumber(msg[3..11]);
int msgLen = BitConverter.ToInt32(msg, 11);
break;
default: