我有一個使用高速公路的ApplicationRunner類連接到WAMP路由器(交叉開關)的高速公路客戶端。在主要部分,它十分重視我ApplicationSession類「再調度」是這樣的:如何從ApplicationBunner在autobahnPython中獲取反應器
if __name__ == '__main__':
from autobahn.twisted.wamp import ApplicationRunner
runner = ApplicationRunner(url=u"ws://localhost:8080/ws", realm=u"RE_acct")
runner.run(REScheduler, start_reactor=True, auto_reconnect=True)
現在我需要的是應用程序啓動亞軍用於其他目的的反應器。像例如撥打一些reactor.callLater(...)
。 我怎樣才能訪問這個反應堆。我沒有在文檔中找到任何內容。