ifself.payloadLength<=self.maxMessageLength:# If the size of the message is greater than the maximum, ignore it.
ifself.payloadLength<=180000000:# If the size of the message is greater than 180MB, ignore it. (I get memory errors when processing messages much larger than this though it is concievable that this value will have to be lowered if some systems are less tolarant of large messages.)