bug fixed len(d) to len(msg)
rpc/recv.go @@ -88,7 +88,7 @@ count = 0 r.fnLogger("~~~mangos recv image:", len(msg)) } if len(d) > 2 { if len(msg) > 2 { r.out <- msg } }