Created by: qjing666
When run FL demos using python3, we receive "TypeError: unicode not allowed, use send_string" from zmq. To fix the bug we use send_string() method instead of send() to exchange information between nodes.