pushtotalk.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:assistant-sdk-python 作者: googlesamples 项目源码 文件源码
def is_grpc_error_unavailable(e):
        is_grpc_error = isinstance(e, grpc.RpcError)
        if is_grpc_error and (e.code() == grpc.StatusCode.UNAVAILABLE):
            logging.error('grpc unavailable error: %s', e)
            return True
        return False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号