mqtt4bytes 0.4.0

MQTT 4 core serialization and deserialization
Documentation
1
2
3
4
5
6
7
8
9
10
 impl PublishBytes {
@@ -252,7 +252,7 @@ impl PublishBytes {
             byte1,
             remaining_len,
             variable_header_index,
-            bytes,
+            bytes: bytes.freeze(),
         }
     }