Description
The Codec used to parse MQTT Frames does not properly deal with the case where only part of the initial frame header arrives. This can happen in NIO+SSL etc where the incoming packet has only the first byte or so of the frame which causes the process header method get stuck in an endless loop.