We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a36e6a commit b6e4e07Copy full SHA for b6e4e07
packages/stompman/stompman/serde.py
@@ -71,7 +71,6 @@ def iter_bytes(bytes_: bytes) -> tuple[bytes, ...]:
71
}
72
FRAMES_TO_COMMANDS: Final = {value: key for key, value in COMMANDS_TO_FRAMES.items()}
73
FRAMES_WITH_BODY: Final = (SendFrame, MessageFrame, ErrorFrame)
74
-COMMANDS_BYTES_LISTS: Final = [list(iter_bytes(command)) for command in COMMANDS_TO_FRAMES]
75
76
77
def dump_header(key: str, value: str) -> bytes:
0 commit comments