Firestore https calls blocked inside the Nameko rpc function

后端 未结 0 1834
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 01:21

Simple service using nameko rpc, firestore.

class GreetingService:
    name = "greeting_service"

    @rpc
    def hello(self, name):
        cred = cre         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题