average() routine in the simple server/client example is not correct. It generates a fault:
<ZSI:string>unsupported operand type(s) for +=: 'float' and 'list'</ZSI:string>
Should be defined as average(args) instead of average(*args).
Log in to post a comment.