At the moment the kattypes.unpack_message decorator can be used to parse messages taking protocol version into account, but is a somewhat static approach. In principle the decorator could inspect the client instance to check what protocol version is being spoken.
At the moment the kattypes.unpack_message decorator can be used to parse messages taking protocol version into account, but is a somewhat static approach. In principle the decorator could inspect the client instance to check what protocol version is being spoken.