Variable RPCClient.wlock

Write lock on connection

class RPCClient
{
  // ...
  TaskMutex wlock ;
  // ...
}