Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When receiving a message that has a list with a None, all subsequent values in the list are lost.
To reproduce:
- modify program send.py by adding
msg.properties = ["one", "two", None, "three", "four"]
before the mng.put(msg) line - launch example program recv.py
- run modified send.py and notice the list truncation