Add errors to give us more of a clue of when something is wrong with decoding

This commit is contained in:
Gregory John Casamento 2022-03-28 18:32:41 -04:00
parent d42ba86d88
commit 1994a629e1

View file

@ -264,6 +264,10 @@
{
[self decode];
}
else
{
NSLog(@"Packet size is 0");
}
}
else
{