Null serialisation vs specification
Closed this issue · 1 comments
KeNaCo commented
Specification says that 2.0 add Null type.
>>> fastrpc.dumps((None,), useBinary=True, protocolVersionMajor=2, protocolVersionMinor=0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: Null is not supported by protocol version lower than 2.1
There is no mention of 2.1 protocol version!