Skip to content

implicit requirement of twisted rather than asyncio #556

@FirefighterBlu3

Description

@FirefighterBlu3

crossbar blows up with an import error if you try to use asyncio instead of twisted:

#from autobahn.twisted.wamp   import ApplicationSession
from autobahn.asyncio.wamp   import ApplicationSession
  File "/usr/lib/python3.5/site-packages/crossbar-0.11.1-py3.5.egg/crossbar/worker/__init__.py", line 63, in _appsession_loader
    u"crossbar.error.class_import_failed", "session not derived of ApplicationSession"
autobahn.wamp.exception.ApplicationError: ApplicationError('crossbar.error.class_import_failed', args = ('session not derived of ApplicationSession',), kwargs = {})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions