finished the protocol

This commit is contained in:
Rusty Striker 2025-01-07 18:40:03 +02:00
parent 84d9bd0ef0
commit 661c217a73
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
4 changed files with 121 additions and 20 deletions

View file

@ -31,7 +31,7 @@ public class Data
}
else
{
// generate a new queue because one doesnt already exists
// generate a new queue because one doesnt already exists
Messages[Phone] = new Queue<byte[]>();
return []; // no messages were in the list so no reason to attempt to send any message
}