You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a "container" worker in crossbar can only support running Twisted components. It would be useful and fairly straightforward to provide an "asyncio" variant (that can run just asyncio components).
As a stop-gap until a proper asyncio Container worker is available, I have developed a method of running multiple asyncio components within a single Guest worker.
Currently, a "container" worker in crossbar can only support running Twisted components. It would be useful and fairly straightforward to provide an "asyncio" variant (that can run just asyncio components).
See also: #529 and crossbario/autobahn-python#812 (comment)
Probably a new option like
"framework": "twisted"
(the default) vs"framework: "asyncio"
would make sense (for container workers).Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: