Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Version unpacking problems #344

@erickvermot

Description

@erickvermot

Wrong unpack version.
Should lead to exception.
::

>>> from pyof.v0x01.common.utils import unpack_message
>>> m = unpack_message(b'\x04\x00\x00\x08\x00\x00\x00\x01') # v0x04 Hello message
>>> m.header.version
UBInt8(1)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions