예제 #1
0
 async def ping(self):
     result = await self._execute(ping=sc_pb.RequestPing())
     return result
예제 #2
0
 def ping(self):
     return self._client.send(ping=sc_pb.RequestPing())