Fixes a serialisation bug - encoding/gob does not directly support serializing `map[string]interface{}`, so we serialise to JSON and send a byte array in the RPC call, and deserialize and update on the receiver.master
parent
070d3610ff
commit
17eeec6895
Loading…
Reference in new issue