-
fix: check against correct value for undefined in
PROTO.Optional::serialize
, previously used incorrectvalue
variable, instead ofoptional
, causing the serializer to always put atrue
value (value
is the sub-type serializer that is passed into theOptional()
helper function, which is always defined), and causing incorrect deserialization. 83f267e -
fix: isolate connection endpoints for DirectIPC. previously, both the manager and connections listened on the same endpoints, causing incorrect behaviour. 501a273
-
fix: use correct
char_size
value when serializing bytes in the UTF8 range. 525cd0a
Full Changelog: v3.0.3...v3.0.4