Closed XiaoShawnZhu closed 3 years ago
This is addressed in #72. The only decoded part is the header, I make it a function in message.py. I keep it fully decoded for logging purpose and dont encode it again when sending to the server.
message.py
This is addressed in #72. The only decoded part is the header, I make it a function in
message.py
. I keep it fully decoded for logging purpose and dont encode it again when sending to the server.