Closed cloudstrife9999 closed 2 years ago
At the moment, the content of a message must be Union[int, float, str, list, tuple, dict].
Union[int, float, str, list, tuple, dict]
We should support bytes as well.
bytes
Done in #200.
At the moment, the content of a message must be
Union[int, float, str, list, tuple, dict]
.We should support
bytes
as well.