Checks if the passed message initializes the raw socket protocol
message
static bool isRawSocket(Uint8List message) { return message[0] == _metaHeader; }